1
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-10-06 15:23:20 +00:00
forgejo/vendor/github.com/boltdb/bolt/bolt_mips64le.go

9 lines
238 B
Go
Raw Normal View History

// +build mips64le
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