yiguolei commented on code in PR #47462: URL: https://github.com/apache/doris/pull/47462#discussion_r1966505009
########## be/src/runtime/memory/global_memory_arbitrator.h: ########## @@ -149,15 +149,16 @@ class GlobalMemoryArbitrator { static std::string process_limit_exceeded_errmsg_str() { return fmt::format( - "{} exceed limit {} or {} less than low water mark {}", process_memory_used_str(), - MemInfo::mem_limit_str(), sys_mem_available_str(), + "{} exceed limit {} or {} less than low water mark {}", + process_memory_used_details_str(), MemInfo::mem_limit_str(), Review Comment: 我们先输出,等spill 稳定了,在改小吧 -- 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