You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2021/06/12 02:42:41 UTC

[iotdb] branch array_size_m updated: update

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

haonan pushed a commit to branch array_size_m
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/array_size_m by this push:
     new dccbfc9  update
dccbfc9 is described below

commit dccbfc9dabae81e5d90f972d93a7aa4988623c32
Author: HTHou <hh...@outlook.com>
AuthorDate: Sat Jun 12 10:42:05 2021 +0800

    update
---
 server/src/assembly/resources/conf/iotdb-engine.properties | 1 +
 1 file changed, 1 insertion(+)

diff --git a/server/src/assembly/resources/conf/iotdb-engine.properties b/server/src/assembly/resources/conf/iotdb-engine.properties
index 1c2e51a..9dd5434 100644
--- a/server/src/assembly/resources/conf/iotdb-engine.properties
+++ b/server/src/assembly/resources/conf/iotdb-engine.properties
@@ -298,6 +298,7 @@ timestamp_precision=ms
 # write_read_schema_free_memory_proportion=4:3:1:2
 
 # primitive array size (length of each array) in array pool
+# Datatype: int
 # primitive_array_size=32
 
 # Ratio of write memory for invoking flush disk, 0.4 by default