aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Johnson <benbjohnson@yahoo.com>2014-11-27 16:52:27 -0700
committerBen Johnson <benbjohnson@yahoo.com>2014-11-27 16:52:27 -0700
commit0845303c2af0a68983592c252e8341f6858209e5 (patch)
treeef0932777c355c2a19379b0645af8fa372cc4556
parentMerge pull request #264 from ebberg/patch-1 (diff)
downloaddedo-0845303c2af0a68983592c252e8341f6858209e5.tar.gz
dedo-0845303c2af0a68983592c252e8341f6858209e5.tar.xz
Add ARM support.
-rw-r--r--bolt_arm.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/bolt_arm.go b/bolt_arm.go
new file mode 100644
index 0000000..856f401
--- /dev/null
+++ b/bolt_arm.go
@@ -0,0 +1,4 @@
+package bolt
+
+// maxMapSize represents the largest mmap size supported by Bolt.
+const maxMapSize = 0xFFFFFFF // 256MB