yiguolei commented on code in PR #32641: URL: https://github.com/apache/doris/pull/32641#discussion_r1542293320
########## be/src/runtime/memory/mem_tracker_limiter.h: ########## @@ -244,6 +245,20 @@ class MemTrackerLimiter final : public MemTracker { // Log the memory usage when memory limit is exceeded. std::string tracker_limit_exceeded_str(); + void set_weighted_mem(int64_t weighted_limit, double ratio) { Review Comment: 这个不要在这里搞。 这个信息应该是要记录到query context 中的。 -- 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