yiguolei commented on code in PR #13285: URL: https://github.com/apache/doris/pull/13285#discussion_r994512182
########## 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: There are many if elses to print physical memory, sometimes it is not print. I think we should always print physical memory size not depend on other conditions. -- 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