diff --git a/conf/nebula-storaged.conf.default b/conf/nebula-storaged.conf.default index f45e3003e..e068ca92a 100644 --- a/conf/nebula-storaged.conf.default +++ b/conf/nebula-storaged.conf.default @@ -54,6 +54,9 @@ # One path per Rocksdb instance. --data_path=data/storage +# Minimum reserved bytes of each data path +--minimum_reserved_bytes=268435456 + # The default reserved bytes for one batch operation --rocksdb_batch_size=4096 # The default block cache size used in BlockBasedTable. diff --git a/conf/nebula-storaged.conf.production b/conf/nebula-storaged.conf.production index f44888e5f..712302ab8 100644 --- a/conf/nebula-storaged.conf.production +++ b/conf/nebula-storaged.conf.production @@ -54,6 +54,9 @@ # One path per Rocksdb instance. --data_path=data/storage +# Minimum reserved bytes of each data path +--minimum_reserved_bytes=268435456 + # The default reserved bytes for one batch operation --rocksdb_batch_size=4096 # The default block cache size used in BlockBasedTable. (MB)