yiguolei commented on code in PR #47462: URL: https://github.com/apache/doris/pull/47462#discussion_r1966505270
########## be/src/runtime/memory/mem_tracker_limiter.h: ########## @@ -146,6 +147,7 @@ class MemTrackerLimiter final { // Log the memory usage when memory limit is exceeded. std::string tracker_limit_exceeded_str(); bool is_overcommit_tracker() const { return type() == Type::QUERY || type() == Type::LOAD; } + void set_limit(int64_t new_mem_limit) { _limit = new_mem_limit; } Review Comment: 是workload group 运行过程中动态调整的,否则没法做query limit的软限 -- 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