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

kassiez 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 b508e8934f Update install-env.md (#1268)
b508e8934f is described below

commit b508e8934f9fada1cc8188171cc577d04aacfde8
Author: wangtianyi2004 <[email protected]>
AuthorDate: Tue Nov 19 10:17:21 2024 +0800

    Update install-env.md (#1268)
    
    change thp from never to madvise
    
    # Versions
    
    - [ ] dev
    - [ ] 3.0
    - [x] 2.1
    - [ ] 2.0
    
    # Languages
    
    - [ ] Chinese
    - [ ] English
---
 .../version-3.0/install/cluster-deployment/k8s-deploy/install-env.md  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/install/cluster-deployment/k8s-deploy/install-env.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/install/cluster-deployment/k8s-deploy/install-env.md
index ff1422b851..30b7681123 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/install/cluster-deployment/k8s-deploy/install-env.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/install/cluster-deployment/k8s-deploy/install-env.md
@@ -83,6 +83,6 @@ sysctl -w vm.max_map_count=2000000
 在部署 Doris 时,建议关闭透明大页。
 
 ```shell
-echo never > /sys/kernel/mm/transparent_hugepage/enabled
-echo never > /sys/kernel/mm/transparent_hugepage/defrag
+echo madvise > /sys/kernel/mm/transparent_hugepage/enabled
+echo madvise > /sys/kernel/mm/transparent_hugepage/defrag
 ```


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

Reply via email to