Merge pull request #265 from benbjohnson/arm

Add ARM support.
This commit is contained in:
Ben Johnson 2014-11-27 16:57:33 -07:00
commit b4417f3ae3

4
bolt_arm.go Normal file
View File

@ -0,0 +1,4 @@
package bolt
// maxMapSize represents the largest mmap size supported by Bolt.
const maxMapSize = 0xFFFFFFF // 256MB