mirror of
https://github.com/prometheus/prometheus.git
synced 2025-02-02 08:31:11 -08:00
6 lines
80 B
Go
6 lines
80 B
Go
// +build windows
|
|
|
|
package fileutil
|
|
|
|
const maxMapSize = 0xFFFFFFFFFFFF // 256TB
|