mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 02:44:59 +00:00
10 lines
237 B
Go
10 lines
237 B
Go
// Copyright 2022 Molecula Corp. (DBA FeatureBase).
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//go:build !amd64
|
|
// +build !amd64
|
|
|
|
package pilosa
|
|
|
|
// this is a stubbed out file to let 386/arm build.
|
|
|
|
const TxInitialMmapSize = 1 << 30 // 1GB
|