From 223f8a8a494904e3b5131a55d7be3bc2a976838b Mon Sep 17 00:00:00 2001 From: Doodle <13706157+critical27@users.noreply.github.com> Date: Mon, 5 Jul 2021 14:53:33 +0800 Subject: [PATCH] add default value of minimum_reserved_bytes --- conf/nebula-storaged.conf.default | 3 +++ conf/nebula-storaged.conf.production | 3 +++ 2 files changed, 6 insertions(+) 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)