You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2020/06/06 16:15:48 UTC

[incubator-iotdb] branch rel/0.10 created (now 6e68a6e)

This is an automated email from the ASF dual-hosted git repository.

qiaojialin pushed a change to branch rel/0.10
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.


      at 6e68a6e  fix enable_parameter_adapter comment

This branch includes the following new commits:

     new 6e68a6e  fix enable_parameter_adapter comment

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-iotdb] 01/01: fix enable_parameter_adapter comment

Posted by qi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

qiaojialin pushed a commit to branch rel/0.10
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git

commit 6e68a6e9622ca0a3840ba3ef99b8a336810feeb0
Author: qiaojialin <64...@qq.com>
AuthorDate: Sun Jun 7 00:15:18 2020 +0800

    fix enable_parameter_adapter comment
---
 server/src/assembly/resources/conf/iotdb-engine.properties | 4 ++--
 1 file 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 7aec691..ea78585 100644
--- a/server/src/assembly/resources/conf/iotdb-engine.properties
+++ b/server/src/assembly/resources/conf/iotdb-engine.properties
@@ -214,8 +214,8 @@ enable_partial_insert=true
 # Attention!!!
 # If disable this parameter, you need to set some parameters according to your system load:
 # Normal scenario: 1-50 storage groups. <100k devices, <10M time series
-# memtable_size_threshold = tsfile_size_threshold = IoTDB memory allocation / 2 / num of storage group / 4
-# Make sure the total num of time series in system * primitive_array_size <= IoTDB memory allocation / 2 / 4
+# memtable_size_threshold = tsfile_size_threshold = IoTDB memory allocation in byte / 2 / num of storage group / 4
+# Make sure the total num of time series in system * primitive_array_size * 16 <= IoTDB memory allocation in byte / 2 / 4
 # you could reduce the primitive_array_size in very high workload.
 enable_parameter_adapter=true