aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichel Normand <normand@linux.vnet.ibm.com>2016-03-04 07:01:39 +0100
committerMichel Normand <normand@linux.vnet.ibm.com>2016-03-04 08:20:31 +0100
commitfb2396f5448a3f68a1e0cddf6c637f77b21f63c4 (patch)
treef690141bed05d8b538e4376a2d845ea8a01fae5a
parentMerge pull request #527 from peteheist/master (diff)
downloaddedo-fb2396f5448a3f68a1e0cddf6c637f77b21f63c4.tar.gz
dedo-fb2396f5448a3f68a1e0cddf6c637f77b21f63c4.tar.xz
new bolt_ppc64.go similar to bolt_ppc64le.go
version 4 of the patch
-rw-r--r--bolt_ppc64.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/bolt_ppc64.go b/bolt_ppc64.go
new file mode 100644
index 0000000..2dc6be0
--- /dev/null
+++ b/bolt_ppc64.go
@@ -0,0 +1,9 @@
+// +build ppc64
+
+package bolt
+
+// maxMapSize represents the largest mmap size supported by Bolt.
+const maxMapSize = 0xFFFFFFFFFFFF // 256TB
+
+// maxAllocSize is the size used when creating array pointers.
+const maxAllocSize = 0x7FFFFFFF