wangbo commented on code in PR #19802:
URL: https://github.com/apache/doris/pull/19802#discussion_r1198691779


##########
be/src/runtime/memory/mem_tracker_limiter.cpp:
##########
@@ -487,21 +487,14 @@ int64_t MemTrackerLimiter::free_top_overcommit_query(
 }
 
 int64_t MemTrackerLimiter::tg_memory_limit_gc(

Review Comment:
   tg_hard_memory_limit_gc
   -> memory_limit_gc
   -> tg_memory_limit_gc
   But free_top_memory_query is also called  in this method.
   It seems that we just need to free_top_overcommit_query here?
   



-- 
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

Reply via email to