gatus/vendor/go.etcd.io/bbolt/bolt_mipsx.go

10 lines
236 B
Go
Raw Normal View History

2021-02-06 04:11:25 +01:00
// +build mips mipsle
2021-02-06 04:11:25 +01:00
package bbolt
// maxMapSize represents the largest mmap size supported by Bolt.
2021-02-06 04:11:25 +01:00
const maxMapSize = 0x40000000 // 1GB
// maxAllocSize is the size used when creating array pointers.
const maxAllocSize = 0xFFFFFFF