const go.etcd.io/bbolt.maxMmapStep
3 uses
go.etcd.io/bbolt (current package)
db.go#L17: const maxMmapStep = 1 << 30 // 1GB
db.go#L406: if remainder := sz % int64(maxMmapStep); remainder > 0 {
db.go#L407: sz += int64(maxMmapStep) - remainder
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)