yiguolei commented on code in PR #38438: URL: https://github.com/apache/doris/pull/38438#discussion_r1694396520
########## be/src/common/config.cpp: ########## @@ -133,13 +133,11 @@ DEFINE_mString(process_full_gc_size, "20%"); // If false, cancel query when the memory used exceeds exec_mem_limit, same as before. DEFINE_mBool(enable_query_memory_overcommit, "true"); -DEFINE_mBool(disable_memory_gc, "false"); +DEFINE_mBool(enable_memory_reclamation, "true"); Review Comment: 这些配置文件的名字先别改了,影响不大。另外,改了还得改文档,各个版本之间兼容还有问题。 -- 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]
