xinyiZzz commented on code in PR #13285:
URL: https://github.com/apache/doris/pull/13285#discussion_r994608055
##########
be/src/runtime/exec_env_init.cpp:
##########
@@ -185,6 +185,8 @@ Status ExecEnv::_init(const std::vector<StorePath>&
store_paths) {
}
Status ExecEnv::_init_mem_tracker() {
+ LOG(INFO) << "Physical memory is: "
Review Comment:
Both mem info initialization and `_init_mem_tracker` are running,
It seems better to print when mem info is initialized
--
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]