This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 0daebde223 [fix](java-udf) Disable the corresponding configuration if
building BE without Java UDF support (#14303)
add e1f0fa069c [enhancement](memory) Refactored process memory statistics
periodically refresh, and fix catch bad_alloc (#14580)
No new revisions were added by this update.
Summary of changes:
be/src/common/config.h | 20 +++++--
be/src/common/daemon.cpp | 69 ++++++++++++++++++++++-
be/src/common/daemon.h | 5 ++
be/src/olap/memtable.cpp | 7 +++
be/src/runtime/load_channel_mgr.cpp | 2 +-
be/src/runtime/load_channel_mgr.h | 8 ++-
be/src/runtime/memory/jemalloc_hook.cpp | 16 +++---
be/src/runtime/memory/mem_tracker_limiter.cpp | 8 +--
be/src/runtime/memory/mem_tracker_limiter.h | 32 ++++++-----
be/src/runtime/memory/system_allocator.cpp | 2 +-
be/src/runtime/memory/thread_mem_tracker_mgr.cpp | 22 ++++----
be/src/runtime/memory/thread_mem_tracker_mgr.h | 71 ++++++++++++------------
be/src/runtime/thread_context.h | 24 +++-----
be/src/service/doris_main.cpp | 15 +----
be/src/util/mem_info.cpp | 15 ++---
be/src/util/mem_info.h | 9 +++
be/src/vec/common/allocator.h | 30 ++++++++--
docs/en/docs/admin-manual/config/be-config.md | 6 ++
docs/zh-CN/docs/admin-manual/config/be-config.md | 6 ++
19 files changed, 241 insertions(+), 126 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]