diff options
Diffstat (limited to 'bolt_arm.go')
-rw-r--r-- | bolt_arm.go | 4 |
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 |