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 0031304015 [typo](docs)fix config doc #14010
0031304015 is described below
commit 00313040159c0b659380b57f90bc27372c58c43c
Author: zy-kkk <[email protected]>
AuthorDate: Mon Nov 7 17:00:16 2022 +0800
[typo](docs)fix config doc #14010
---
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 d4236e6870..43b126a765 100644
--- a/docs/en/docs/admin-manual/config/be-config.md
+++ b/docs/en/docs/admin-manual/config/be-config.md
@@ -844,9 +844,9 @@ The number of sliced tablets, plan the layout of the
tablet, and avoid too many
* Description: Control gc of tcmalloc, in performance mode doirs releases
memory of tcmalloc cache when usgae >= 90% * mem_limit, otherwise, doris
releases memory of tcmalloc cache when usage >= 50% * mem_limit;
* Default value: performance
-### `memory_limitation_per_thread_for_schema_change`
+### `memory_limitation_per_thread_for_schema_change_bytes`
-Default: 2 (G)
+Default: 2147483648
Maximum memory allowed for a single schema change task
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 440a5bf7c8..b3d187e0d4 100644
--- a/docs/zh-CN/docs/admin-manual/config/be-config.md
+++ b/docs/zh-CN/docs/admin-manual/config/be-config.md
@@ -845,9 +845,9 @@ txn 管理器中每个 txn_partition_map 的最大 txns 数,这是一种自我
* 描述:控制tcmalloc的回收。如果配置为performance,内存使用超过mem_limit的90%时,doris会释放tcmalloc
cache中的内存,如果配置为compact,内存使用超过mem_limit的50%时,doris会释放tcmalloc cache中的内存。
* 默认值:performance
-### `memory_limitation_per_thread_for_schema_change`
+### `memory_limitation_per_thread_for_schema_change_bytes`
-默认值:2 (GB)
+默认值:2147483648
单个schema change任务允许占用的最大内存
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]