blob: a76120908cb663cf612a3e3b11c0d1bcce2d8957 [file] [log] [blame]
khenaidood948f772021-08-11 17:49:24 -04001// +build ppc64
2
3package bbolt
4
5// maxMapSize represents the largest mmap size supported by Bolt.
6const maxMapSize = 0xFFFFFFFFFFFF // 256TB
7
8// maxAllocSize is the size used when creating array pointers.
9const maxAllocSize = 0x7FFFFFFF