Add ARM support.

pull/34/head
Ben Johnson 2014-11-27 16:52:27 -07:00
parent e65c9027c3
commit 0845303c2a
1 changed files with 4 additions and 0 deletions

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