This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-unstable in repository https://gitbox.apache.org/repos/asf/doris.git
commit 60389180008cefd84d4f9ff87dcc2f7eee3f3881 Author: morningman <morning...@163.com> AuthorDate: Thu Dec 1 14:59:30 2022 +0800 [Docs](memory) fix document directory and fix memtracker accuracy bug #14710 --- be/src/runtime/memory/mem_tracker_limiter.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/be/src/runtime/memory/mem_tracker_limiter.cpp b/be/src/runtime/memory/mem_tracker_limiter.cpp index abb3d85d5c..767595d4cf 100644 --- a/be/src/runtime/memory/mem_tracker_limiter.cpp +++ b/be/src/runtime/memory/mem_tracker_limiter.cpp @@ -67,6 +67,7 @@ MemTrackerLimiter::MemTrackerLimiter(Type type, const std::string& label, int64_ } MemTrackerLimiter::~MemTrackerLimiter() { + consume(_untracked_mem); // mem hook record tracker cannot guarantee that the final consumption is 0, // nor can it guarantee that the memory alloc and free are recorded in a one-to-one correspondence. // In order to ensure `consumption of all limiter trackers` + `orphan tracker consumption` = `process tracker consumption` --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org