yiguolei commented on code in PR #31334:
URL: https://github.com/apache/doris/pull/31334#discussion_r1500634507
##########
be/src/runtime/memory/mem_tracker_limiter.cpp:
##########
@@ -395,6 +395,14 @@ int64_t MemTrackerLimiter::free_top_memory_query(int64_t
min_free_mem,
profile, GCType::PROCESS);
}
+int64_t MemTrackerLimiter::tg_free_top_memory_query(
Review Comment:
could not, because it is a template method. and its definition is in .cpp,
and there is link failure in compile.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]