mirror of https://github.com/etcd-io/bbolt.git
Add ARM support.
parent
e65c9027c3
commit
0845303c2a
|
@ -0,0 +1,4 @@
|
|||
package bolt
|
||||
|
||||
// maxMapSize represents the largest mmap size supported by Bolt.
|
||||
const maxMapSize = 0xFFFFFFF // 256MB
|
Loading…
Reference in New Issue