xinyiZzz commented on code in PR #19526:
URL: https://github.com/apache/doris/pull/19526#discussion_r1191861615


##########
be/src/common/daemon.cpp:
##########
@@ -230,9 +231,13 @@ void Daemon::memory_gc_thread() {
         if (!MemInfo::initialized() || !ExecEnv::GetInstance()->initialized()) 
{
             continue;
         }
+        auto sys_mem_available = doris::MemInfo::sys_mem_available();
+

Review Comment:
   Also need to save `doris::MemInfo::proc_mem_no_allocator_cache()`, minus the 
memory size released by Group gc



-- 
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

Reply via email to