xinyiZzz commented on code in PR #19720: URL: https://github.com/apache/doris/pull/19720#discussion_r1195867507
########## be/src/util/mem_info.cpp: ########## @@ -179,18 +184,30 @@ bool MemInfo::process_full_gc() { } } + if (doris::config::memory_debug) { + LOG(INFO) << MemTrackerLimiter::type_detail_usage("Before free top memory query in Full GC", Review Comment: 可是Doris没有 LOG(DEBUG) 啊。。只有 INFO WARNING ERROR FATALDFATAL 要加一个么? -- 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