diff options
Diffstat (limited to 'bolt_amd64.go')
-rw-r--r-- | bolt_amd64.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bolt_amd64.go b/bolt_amd64.go new file mode 100644 index 0000000..4262932 --- /dev/null +++ b/bolt_amd64.go @@ -0,0 +1,4 @@ +package bolt + +// maxMapSize represents the largest mmap size supported by Bolt. +const maxMapSize = 0xFFFFFFFFFFFF // 256TB |