featurebase/translate_mapsize_386.go

5 lines
204 B
Go

package pilosa
// DefaultMapSize is the default size of mapped memory for the translate store.
// It is passed as an int to syscall.Mmap and so must be < 2^31
const DefaultMapSize = (1 << 31) - 1 // 2GB