weizuo93 commented on code in PR #16940: URL: https://github.com/apache/doris/pull/16940#discussion_r1116435035
########## be/src/common/config.h: ########## @@ -413,6 +413,14 @@ CONF_mInt32(stream_load_record_batch_size, "50"); CONF_Int32(stream_load_record_expire_time_secs, "28800"); // time interval to clean expired stream load records CONF_mInt64(clean_stream_load_record_interval_secs, "1800"); +// use memory in stream load default +CONF_Int64(stream_load_exec_mem_limit, "214748364"); // 2G Review Comment: CONF_mInt64(stream_load_exec_mem_limit, "214748364"); Maybe it's better to adjust this parameter dynamically? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org