Merge pull request #527 from peteheist/master

Add bolt_ppc.go to compile on 32-bit PPC platforms.
master
Ben Johnson 2016-03-02 07:08:50 -07:00
commit a5ebf41fd5
1 changed files with 9 additions and 0 deletions

9
bolt_ppc.go Normal file
View File

@ -0,0 +1,9 @@
// +build ppc
package bolt
// maxMapSize represents the largest mmap size supported by Bolt.
const maxMapSize = 0x7FFFFFFF // 2GB
// maxAllocSize is the size used when creating array pointers.
const maxAllocSize = 0xFFFFFFF