mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-10 07:34:04 -08:00
6 lines
74 B
Go
6 lines
74 B
Go
|
// +build windows
|
||
|
|
||
|
package fileutil
|
||
|
|
||
|
const maxMapSize = 0x7FFFFFFF // 2GB
|