luwei16 commented on code in PR #11006: URL: https://github.com/apache/doris/pull/11006#discussion_r929724365
########## be/src/common/config.h: ########## @@ -798,6 +798,11 @@ CONF_Int32(s3_transfer_executor_pool_size, "2"); CONF_Bool(enable_time_lut, "true"); +// number of s3 scanner thread pool size +CONF_Int32(doris_s3_scanner_thread_pool_thread_num, "48"); +// number of s3 scanner thread pool queue size +CONF_Int32(doris_s3_scanner_thread_pool_queue_size, "102400"); Review Comment: changed to 10240 -- 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