xinyiZzz commented on code in PR #11877: URL: https://github.com/apache/doris/pull/11877#discussion_r948583551
########## be/src/service/doris_main.cpp: ########## @@ -503,6 +503,7 @@ int main(int argc, char** argv) { // this will cause coredump for ASAN build when running regression test, // disable temporarily. doris::ExecEnv::GetInstance()->task_pool_mem_tracker_registry()->logout_task_mem_tracker(); + doris::ExecEnv::GetInstance()->process_mem_tracker()->enable_print_log_usage(); Review Comment: `enable_print_log_usage` is reset to true every 1s, this is to avoid frequent log printing when process mem tracker exceeds mem limit. -- 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