From fce794a1dee2f152218a8594ee157f41780cf1e2 Mon Sep 17 00:00:00 2001 From: Gabriel Date: Thu, 7 Aug 2025 15:36:15 +0800 Subject: [PATCH] update` --- 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 f5f1aea2870733..7bce49ad545195 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.