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