yiguolei commented on code in PR #40344: URL: https://github.com/apache/doris/pull/40344#discussion_r1743111152
########## be/src/common/daemon.cpp: ########## @@ -204,42 +204,110 @@ void Daemon::tcmalloc_gc_thread() { #endif } +void refresh_process_memory_metrics() { + doris::PerfCounters::refresh_proc_status(); + doris::MemInfo::refresh_proc_meminfo(); + doris::GlobalMemoryArbitrator::reset_refresh_interval_memory_growth(); Review Comment: 这个在这太早了,这个应该跟refresh memtracker的放到一起 -- 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