This is an automated email from the ASF dual-hosted git repository. rong pushed a commit to branch xianyi in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 8358b328e97b9f858e7fd82381b4695a0a6927ac Author: Steve Yurong Su <[email protected]> AuthorDate: Thu Nov 25 22:12:02 2021 +0800 change config --- server/src/assembly/resources/conf/iotdb-engine.properties | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/server/src/assembly/resources/conf/iotdb-engine.properties b/server/src/assembly/resources/conf/iotdb-engine.properties index d661656..026ad0c 100644 --- a/server/src/assembly/resources/conf/iotdb-engine.properties +++ b/server/src/assembly/resources/conf/iotdb-engine.properties @@ -40,9 +40,6 @@ rpc_address=0.0.0.0 # Datatype: int rpc_port=6667 -# Node list: string -node_list=127.0.0.1:6667,127.0.0.1:6668,127.0.0.1:6669 - # Datatype: boolean # rpc_thrift_compression_enable=false @@ -817,7 +814,7 @@ enable_last_cache=false # How much memory may be used in ONE UDF query (in MB). # The upper limit is 20% of allocated memory for read. # Datatype: float -udf_memory_budget_in_mb=10240.0 +udf_memory_budget_in_mb=128.0 # UDF memory allocation ratio. # The parameter form is a:b:c, where a, b, and c are integers. @@ -885,7 +882,7 @@ max_pending_window_evaluation_tasks=10240 # The maximum number of rows can be processed in insert-tablet-plan when executing select-into statements. # When <= 0, use 10000. # Datatype: int -select_into_insert_tablet_plan_row_limit=10000000 +select_into_insert_tablet_plan_row_limit=5120000 #################### ### Index Configuration @@ -930,4 +927,4 @@ select_into_insert_tablet_plan_row_limit=10000000 # admin password, default is root # Datatype: string -# admin_password=root \ No newline at end of file +# admin_password=root
