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: mem info initialization and `_init_mem_tracker` are both called when be start, 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: 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