This is an automated email from the ASF dual-hosted git repository.

gabriellee pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 3256f17c6d7 [conf](pool) incrase 
`fragment_mgr_async_work_pool_thread_num_max` (#54437)
3256f17c6d7 is described below

commit 3256f17c6d77b62efc0d22ca48fab8a204c88c35
Author: Gabriel <[email protected]>
AuthorDate: Fri Aug 8 10:07:15 2025 +0800

    [conf](pool) incrase `fragment_mgr_async_work_pool_thread_num_max` (#54437)
---
 be/src/common/config.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/be/src/common/config.cpp b/be/src/common/config.cpp
index e98f0534b12..70667e9a860 100644
--- a/be/src/common/config.cpp
+++ b/be/src/common/config.cpp
@@ -642,7 +642,7 @@ 
DEFINE_mDouble(olap_table_sink_send_interval_auto_partition_factor, "0.001");
 
 // Fragment thread pool
 DEFINE_Int32(fragment_mgr_async_work_pool_thread_num_min, "16");
-DEFINE_Int32(fragment_mgr_async_work_pool_thread_num_max, "512");
+DEFINE_Int32(fragment_mgr_async_work_pool_thread_num_max, "2048");
 DEFINE_Int32(fragment_mgr_async_work_pool_queue_size, "4096");
 
 // Control the number of disks on the machine.  If 0, this comes from the 
system settings.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to