You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by yi...@apache.org on 2023/01/17 12:20:24 UTC

[doris] branch master updated: update the default value of fragment_pool_thread_num_max in be-config.md (#16013)

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

yiguolei 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 08f87a56fc update the default value of fragment_pool_thread_num_max in be-config.md (#16013)
08f87a56fc is described below

commit 08f87a56fc84f4a998692819e55010699fc9401d
Author: Hong Liu <84...@qq.com>
AuthorDate: Tue Jan 17 20:20:15 2023 +0800

    update the default value of fragment_pool_thread_num_max in be-config.md (#16013)
    
    Co-authored-by: smallhibiscus <844981280>
---
 docs/en/docs/admin-manual/config/be-config.md    | 4 ++--
 docs/zh-CN/docs/admin-manual/config/be-config.md | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/en/docs/admin-manual/config/be-config.md b/docs/en/docs/admin-manual/config/be-config.md
index d9d32f5edc..46c9a5f0ce 100644
--- a/docs/en/docs/admin-manual/config/be-config.md
+++ b/docs/en/docs/admin-manual/config/be-config.md
@@ -334,8 +334,8 @@ There are two ways to configure BE configuration items:
 
 #### `fragment_pool_thread_num_max`
 
-* Description: Follow up query requests create threads dynamically, with a maximum of 256 threads created.
-* Default value: 256
+* Description: Follow up query requests create threads dynamically, with a maximum of 512 threads created.
+* Default value: 512
 
 #### `doris_max_pushdown_conjuncts_return_rate`
 
diff --git a/docs/zh-CN/docs/admin-manual/config/be-config.md b/docs/zh-CN/docs/admin-manual/config/be-config.md
index 17be7394af..0d366df568 100644
--- a/docs/zh-CN/docs/admin-manual/config/be-config.md
+++ b/docs/zh-CN/docs/admin-manual/config/be-config.md
@@ -345,8 +345,8 @@ BE 重启后该配置将失效。如果想持久化修改结果,使用如下
 
 #### `fragment_pool_thread_num_max`
 
-* 描述:后续查询请求动态创建线程,最大创建256个线程。
-* 默认值:256
+* 描述:后续查询请求动态创建线程,最大创建512个线程。
+* 默认值:512
 
 #### `doris_max_pushdown_conjuncts_return_rate`
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org