eldenmoon commented on code in PR #20037: URL: https://github.com/apache/doris/pull/20037#discussion_r1206151291
########## be/src/runtime/exec_env_init.cpp: ########## @@ -279,6 +280,13 @@ Status ExecEnv::_init_mem_env() { << " segment_cache_capacity: " << segment_cache_capacity; SegmentLoader::create_global_instance(segment_cache_capacity); + uint64_t segment_iter_pool_capacity = segment_cache_capacity / 10; Review Comment: thanks for your careful review, i will modify according to your comments -- 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