This is an automated email from the ASF dual-hosted git repository. zouxinyi pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 6a898d7610e [fix](Export) Enhance `removeOldExportJobs` Logic (#47604) add 323710b2752 [opt](resource) step4: Split `MemInfo` class, add `JemallocControl` (#47986) No new revisions were added by this update. Summary of changes: be/src/common/daemon.cpp | 35 ++-- be/src/runtime/memory/global_memory_arbitrator.cpp | 49 +++++- be/src/runtime/memory/global_memory_arbitrator.h | 2 + be/src/runtime/memory/jemalloc_control.cpp | 155 +++++++++++++++++ be/src/runtime/memory/jemalloc_control.h | 134 +++++++++++++++ be/src/runtime/memory/memory_profile.cpp | 9 +- be/src/runtime/memory/memory_reclamation.cpp | 11 +- be/src/util/mem_info.cpp | 98 ----------- be/src/util/mem_info.h | 186 ++------------------- be/src/util/system_metrics.cpp | 40 ++--- be/src/vec/common/allocator.cpp | 3 +- 11 files changed, 401 insertions(+), 321 deletions(-) create mode 100644 be/src/runtime/memory/jemalloc_control.cpp create mode 100644 be/src/runtime/memory/jemalloc_control.h --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org