xinyiZzz commented on code in PR #10924: URL: https://github.com/apache/doris/pull/10924#discussion_r922925932
########## be/src/runtime/mem_tracker.h: ########## @@ -112,7 +113,11 @@ class MemTracker { static std::shared_ptr<MemTracker> get_temporary_mem_tracker(const std::string& label); Status check_sys_mem_info(int64_t bytes) { Review Comment: yep, so it is still possible to predict OOM too early, when this virtual memory is not used. -- 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