mirror of
https://github.com/etcd-io/bbolt.git
synced 2025-05-01 21:19:39 +00:00
5 lines
118 B
Go
5 lines
118 B
Go
package bolt
|
|
|
|
// maxMapSize represents the largest mmap size supported by Bolt.
|
|
const maxMapSize = 0xFFFFFFF // 256MB
|