This is an automated email from the ASF dual-hosted git repository. ejttianyu pushed a commit to branch dynamic_compaction in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 9b4e02610d9df5c7095a2af90fecc156b966ca04 Author: EJTTianyu <[email protected]> AuthorDate: Sun Mar 7 21:17:34 2021 +0800 fix some configs --- server/src/assembly/resources/conf/iotdb-engine.properties | 2 +- server/src/assembly/resources/conf/iotdb-env.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server/src/assembly/resources/conf/iotdb-engine.properties b/server/src/assembly/resources/conf/iotdb-engine.properties index 8e490a3..d310f8a 100644 --- a/server/src/assembly/resources/conf/iotdb-engine.properties +++ b/server/src/assembly/resources/conf/iotdb-engine.properties @@ -91,7 +91,7 @@ force_wal_period_in_ms=100 # data_dirs=data\\data # For Linux platform # If its prefix is "/", then the path is absolute. Otherwise, it is relative. - data_dirs=/data/vldb +# data_dirs=/data/vldb # mult_dir_strategy diff --git a/server/src/assembly/resources/conf/iotdb-env.sh b/server/src/assembly/resources/conf/iotdb-env.sh index 7ec6270..1fcd959 100755 --- a/server/src/assembly/resources/conf/iotdb-env.sh +++ b/server/src/assembly/resources/conf/iotdb-env.sh @@ -166,7 +166,7 @@ calculate_heap_sizes #HEAP_NEWSIZE="`expr $system_memory_in_mb \* $min_percentage / 100`M" # Maximum heap size -MAX_HEAP_SIZE="20G" +MAX_HEAP_SIZE="10G" # Minimum heap size HEAP_NEWSIZE="10G"
