You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by ca...@apache.org on 2022/04/02 15:28:20 UTC

[incubator-linkis-website] branch dev updated: fix typo in cluster_deployment.md

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

casion pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-linkis-website.git


The following commit(s) were added to refs/heads/dev by this push:
     new f9013fb  fix typo in cluster_deployment.md
     new 89a54ae  Merge pull request #217 from maidangdang44/dev
f9013fb is described below

commit f9013fbde5efa1169a84e4a492d1e45b6656d763
Author: maidangdang44 <ma...@126.com>
AuthorDate: Sat Apr 2 17:46:46 2022 +0800

    fix typo in cluster_deployment.md
---
 .../current/deployment/cluster_deployment.md                            | 2 +-
 .../version-1.0.2/deployment/cluster_deployment.md                      | 2 +-
 .../version-1.0.3/deployment/cluster_deployment.md                      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/cluster_deployment.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/cluster_deployment.md
index b5265b3..1b13d20 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/cluster_deployment.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/cluster_deployment.md
@@ -16,7 +16,7 @@ Linkis1.0仍然保持着基于SpringCloud的微服务架构,其中每个微服
 **EngineConnManager**使用总资源 = 总内存 + 总核数 =
 
 **同时在线人数 \* (所有类型的引擎占用内存) \*单用户最高并发数+ 同时在线人数 \*
-(所有类型的引擎占用内存) \*单用户最高并发数**
+(所有类型的引擎占用核数) \*单用户最高并发数**
 
 例如:
 只使用spark、hive、python引擎且单用户最高并发数为1的情况下,同时使用人数50人,Spark的Driver内存1G,Hive
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.0.2/deployment/cluster_deployment.md b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.0.2/deployment/cluster_deployment.md
index b5265b3..1b13d20 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.0.2/deployment/cluster_deployment.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.0.2/deployment/cluster_deployment.md
@@ -16,7 +16,7 @@ Linkis1.0仍然保持着基于SpringCloud的微服务架构,其中每个微服
 **EngineConnManager**使用总资源 = 总内存 + 总核数 =
 
 **同时在线人数 \* (所有类型的引擎占用内存) \*单用户最高并发数+ 同时在线人数 \*
-(所有类型的引擎占用内存) \*单用户最高并发数**
+(所有类型的引擎占用核数) \*单用户最高并发数**
 
 例如:
 只使用spark、hive、python引擎且单用户最高并发数为1的情况下,同时使用人数50人,Spark的Driver内存1G,Hive
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.0.3/deployment/cluster_deployment.md b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.0.3/deployment/cluster_deployment.md
index b5265b3..1b13d20 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.0.3/deployment/cluster_deployment.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.0.3/deployment/cluster_deployment.md
@@ -16,7 +16,7 @@ Linkis1.0仍然保持着基于SpringCloud的微服务架构,其中每个微服
 **EngineConnManager**使用总资源 = 总内存 + 总核数 =
 
 **同时在线人数 \* (所有类型的引擎占用内存) \*单用户最高并发数+ 同时在线人数 \*
-(所有类型的引擎占用内存) \*单用户最高并发数**
+(所有类型的引擎占用核数) \*单用户最高并发数**
 
 例如:
 只使用spark、hive、python引擎且单用户最高并发数为1的情况下,同时使用人数50人,Spark的Driver内存1G,Hive

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