diff --git a/pkg/experiment/metastore/metastore_boltdb.go b/pkg/experiment/metastore/metastore_boltdb.go index 6e7755a1b9..4bd3d9c022 100644 --- a/pkg/experiment/metastore/metastore_boltdb.go +++ b/pkg/experiment/metastore/metastore_boltdb.go @@ -19,7 +19,7 @@ import ( const ( boltDBFileName = "metastore.boltdb" boltDBSnapshotName = "metastore_snapshot.boltdb" - boltDBInitialMmapSize = 2 << 30 + boltDBInitialMmapSize = 1 << 30 ) type boltdb struct {