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

zykkk 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 a1400677b6 [typo](docs) modify standard-deployment doc (#23473)
a1400677b6 is described below

commit a1400677b6e0747e7b9a7b58f11120be50671da5
Author: wyx123654 <[email protected]>
AuthorDate: Sat Sep 2 21:24:55 2023 +0800

    [typo](docs) modify standard-deployment doc (#23473)
---
 docs/en/docs/install/standard-deployment.md    | 2 +-
 docs/zh-CN/docs/install/standard-deployment.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/en/docs/install/standard-deployment.md 
b/docs/en/docs/install/standard-deployment.md
index 33d277a16b..e546d64c58 100644
--- a/docs/en/docs/install/standard-deployment.md
+++ b/docs/en/docs/install/standard-deployment.md
@@ -177,7 +177,7 @@ See the `lower_case_table_names` section in 
[Variables](../advanced/variables.md
 
      **Note: For production environments, it is better not to put the 
directory under the Doris installation directory but in a separate disk (SSD 
would be the best); for test and development environments, you may use the 
default configuration.**
 
-  2. The default maximum Java heap memory of JAVA_OPTS in fe.conf is 4GB. For 
production environments, we recommend that it be adjusted to more than 8G.
+  2. The default maximum Java heap memory of JAVA_OPTS in fe.conf is 8GB.
 
 * Start FE
 
diff --git a/docs/zh-CN/docs/install/standard-deployment.md 
b/docs/zh-CN/docs/install/standard-deployment.md
index cc1b34f73a..a338ab5f35 100644
--- a/docs/zh-CN/docs/install/standard-deployment.md
+++ b/docs/zh-CN/docs/install/standard-deployment.md
@@ -172,7 +172,7 @@ doris默认为表名大小写敏感,如有表名大小写不敏感的需求需
 
        **注意:生产环境强烈建议单独指定目录不要放在Doris安装目录下,最好是单独的磁盘(如果有SSD最好),测试开发环境可以使用默认配置**
 
-    2. fe.conf 中 JAVA_OPTS 默认 java 最大堆内存为 4GB,**建议生产环境调整至 8G 以上**。
+    2. fe.conf 中 JAVA_OPTS 默认 java 最大堆内存为 8GB。
 
 * 启动FE
 


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

Reply via email to