liaoxin01 commented on code in PR #14215:
URL: https://github.com/apache/doris/pull/14215#discussion_r1020667298
##########
be/src/common/config.h:
##########
@@ -486,7 +486,7 @@ CONF_Int32(load_process_max_memory_limit_percent, "50");
// 50%
// soft limit which can trigger the memtable flush for the load channel who
// consumes lagest memory size before we reach the hard limit. The soft limit
// might avoid all load jobs hang at the same time.
-CONF_Int32(load_process_soft_mem_limit_percent, "50");
Review Comment:
Why change load_process_soft_mem_limit_percent from 50% to 80%?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]