yiguolei commented on code in PR #32554: URL: https://github.com/apache/doris/pull/32554#discussion_r1532295846
########## be/src/runtime/workload_group/workload_group.cpp: ########## @@ -44,6 +44,8 @@ const static std::string MEMORY_LIMIT_DEFAULT_VALUE = "0%"; const static bool ENABLE_MEMORY_OVERCOMMIT_DEFAULT_VALUE = true; const static int CPU_HARD_LIMIT_DEFAULT_VALUE = -1; const static uint64_t CPU_SOFT_LIMIT_DEFAULT_VALUE = 1024; +const static int SPILL_LOW_WATERMARK_DEFAULT_VALUE = -1; Review Comment: default value to 50 -- 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]
