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

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


The following commit(s) were added to refs/heads/master by this push:
     new d5c3d5ff9ac fix command of reseting 'vm.max_map_count' in doc (#83)
d5c3d5ff9ac is described below

commit d5c3d5ff9acc8b4a0e12da128311fbf8ae781144
Author: timey <yanyant...@outlook.com>
AuthorDate: Fri Sep 9 09:19:13 2022 +0800

    fix command of reseting 'vm.max_map_count' in doc (#83)
    
    fix command of reseting 'vm.max_map_count' in doc
---
 docs/admin-manual/config/be-config.md                                   | 2 +-
 .../current/admin-manual/config/be-config.md                            | 2 +-
 .../version-0.15/administrator-guide/config/be_config.md                | 2 +-
 versioned_docs/version-0.15/administrator-guide/config/be_config.md     | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/admin-manual/config/be-config.md 
b/docs/admin-manual/config/be-config.md
index dea4113cc94..e5316c03235 100644
--- a/docs/admin-manual/config/be-config.md
+++ b/docs/admin-manual/config/be-config.md
@@ -1395,7 +1395,7 @@ Maximum number of threads for uploading files
 
 Default: false
 
-Whether to use mmap to allocate blocks. If you enable this feature, it is best 
to increase the value of vm.max_map_count, its default value is 65530. You can 
use "sysctl -w vm.max_map_count=262144" or "echo 262144> /proc/sys/vm/" to 
operate max_map_count as root. When this setting is true, you must set 
chunk_reserved_bytes_limit to a relatively low Big number, otherwise the 
performance is very very bad
+Whether to use mmap to allocate blocks. If you enable this feature, it is best 
to increase the value of vm.max_map_count, its default value is 65530. You can 
use "sysctl -w vm.max_map_count=262144" or "echo 262144> 
/proc/sys/vm/max_map_count" to operate max_map_count as root. When this setting 
is true, you must set chunk_reserved_bytes_limit to a relatively low Big 
number, otherwise the performance is very very bad
 
 ### `user_function_dir`
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/config/be-config.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/config/be-config.md
index 1927689454d..04efab651d2 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/config/be-config.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/config/be-config.md
@@ -1417,7 +1417,7 @@ txn_lock 分片大小,取值为2^n,n=0,1,2,3,4,  这是一项增强功能
 
 默认值:false
 
-是否使用 mmap 分配块。 如果启用此功能,最好增加 vm.max_map_count 的值,其默认值为 65530。您可以通过“sysctl -w 
vm.max_map_count=262144”或“echo 262144 > /proc/sys/vm/”以 root 身份进行操作 
max_map_count" 
,当这个设置为true时,你必须将chunk_reserved_bytes_limit设置为一个相对较大的数字,否则性能非常非常糟糕。
+是否使用 mmap 分配块。 如果启用此功能,最好增加 vm.max_map_count 的值,其默认值为 65530。您可以通过 "sysctl -w 
vm.max_map_count=262144" 或 "echo 262144 > /proc/sys/vm/max_map_count" 以 root 
身份进行操作 max_map_count" 
,当这个设置生效时,你必须将chunk_reserved_bytes_limit设置为一个相对较大的数字,否则性能非常非常糟糕。
 
 ### `user_function_dir`
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.15/administrator-guide/config/be_config.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.15/administrator-guide/config/be_config.md
index 5907a3e2d67..3e1f30aa2f7 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.15/administrator-guide/config/be_config.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.15/administrator-guide/config/be_config.md
@@ -1394,7 +1394,7 @@ txn_lock 分片大小,取值为2^n,n=0,1,2,3,4,  这是一项增强功能
 
 默认值:false
 
-是否使用 mmap 分配块。 如果启用此功能,最好增加 vm.max_map_count 的值,其默认值为 65530。您可以通过“sysctl -w 
vm.max_map_count=262144”或“echo 262144 > /proc/sys/vm/”以 root 身份进行操作 
max_map_count" 
,当这个设置为true时,你必须将chunk_reserved_bytes_limit设置为一个相对较大的数字,否则性能非常非常糟糕。
+是否使用 mmap 分配块。 如果启用此功能,最好增加 vm.max_map_count 的值,其默认值为 65530。您可以通过 "sysctl -w 
vm.max_map_count=262144" 或 "echo 262144 > /proc/sys/vm/max_map_count" 以 root 
身份进行操作 max_map_count" 
,当这个设置生效时,你必须将chunk_reserved_bytes_limit设置为一个相对较大的数字,否则性能非常非常糟糕。
 
 ### `user_function_dir`
 
diff --git 
a/versioned_docs/version-0.15/administrator-guide/config/be_config.md 
b/versioned_docs/version-0.15/administrator-guide/config/be_config.md
index cfbe04bb2d5..aec6bfa1c8b 100644
--- a/versioned_docs/version-0.15/administrator-guide/config/be_config.md
+++ b/versioned_docs/version-0.15/administrator-guide/config/be_config.md
@@ -1370,7 +1370,7 @@ Maximum number of threads for uploading files
 
 Default:false
 
-Whether to use mmap to allocate blocks. If you enable this feature, it is best 
to increase the value of vm.max_map_count, its default value is 65530. You can 
use "sysctl -w vm.max_map_count=262144" or "echo 262144> /proc/sys/vm/" to 
operate max_map_count as root. When this setting is true, you must set 
chunk_reserved_bytes_limit to a relatively low Big number, otherwise the 
performance is very very bad
+Whether to use mmap to allocate blocks. If you enable this feature, it is best 
to increase the value of vm.max_map_count, its default value is 65530. You can 
use "sysctl -w vm.max_map_count=262144" or "echo 262144> 
/proc/sys/vm/max_map_count" to operate max_map_count as root. When this setting 
is true, you must set chunk_reserved_bytes_limit to a relatively low Big 
number, otherwise the performance is very very bad
 
 ### `user_function_dir`
 


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

Reply via email to