yiguolei commented on code in PR #47462: URL: https://github.com/apache/doris/pull/47462#discussion_r1966505581
########## be/src/runtime/memory/memory_profile.cpp: ########## @@ -154,8 +154,7 @@ void MemoryProfile::refresh_memory_overview_profile() { ExecEnv::GetInstance()->rowsets_no_cache_mem_tracker()->set_consumption( MetadataAdder<RowsetMeta>::get_all_rowsets_size()); ExecEnv::GetInstance()->segments_no_cache_mem_tracker()->set_consumption( - MetadataAdder<segment_v2::Segment>::get_all_segments_estimate_size() - - SegmentLoader::instance()->cache_mem_usage()); + MetadataAdder<segment_v2::Segment>::get_all_segments_size()); Review Comment: @jacktengg 看看 -- 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