blob: 645ddc3edc2d69ee331b6a3bca33443cdf35e05b [file] [log] [blame]
sslobodrd046be82019-01-16 10:02:22 -05001// +build ppc
2
3package bolt
4
5// maxMapSize represents the largest mmap size supported by Bolt.
6const maxMapSize = 0x7FFFFFFF // 2GB
7
8// maxAllocSize is the size used when creating array pointers.
9const maxAllocSize = 0xFFFFFFF