From 4569f3b1c445560b24e62255afb6b06c3c5e48ce Mon Sep 17 00:00:00 2001 From: liuzhanfeng2 Date: Mon, 17 Mar 2025 11:57:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E6=A1=A3=E7=AC=94=E8=AF=AF=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../\350\264\237\350\275\275\347\256\241\347\220\206.md" | 2 ++ content/zh/docs/ToolandCommandReference/gs_install.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git "a/content/docs-lite/zh/docs/DatabaseReference/\350\264\237\350\275\275\347\256\241\347\220\206.md" "b/content/docs-lite/zh/docs/DatabaseReference/\350\264\237\350\275\275\347\256\241\347\220\206.md" index dcbc085d1..bd02ec52a 100644 --- "a/content/docs-lite/zh/docs/DatabaseReference/\350\264\237\350\275\275\347\256\241\347\220\206.md" +++ "b/content/docs-lite/zh/docs/DatabaseReference/\350\264\237\350\275\275\347\256\241\347\220\206.md" @@ -36,6 +36,8 @@ 建议尽量不要混合使用cgroup\_name和session\_respool。 +该参数设置需要依赖gs\_cgroup工具前置设置,请参考[gs\_cgroup](../ToolandCommandReference/gs_cgroup.md)进行设置。 + **取值范围**:字符串 **默认值**: InvalidGroup diff --git a/content/zh/docs/ToolandCommandReference/gs_install.md b/content/zh/docs/ToolandCommandReference/gs_install.md index 4a7da4fc8..a2433ee75 100644 --- a/content/zh/docs/ToolandCommandReference/gs_install.md +++ b/content/zh/docs/ToolandCommandReference/gs_install.md @@ -80,7 +80,7 @@ openGauss安装部署,要求用户指定配置文件,配置文件中会指 - --dorado-cluster-mode=PARAM - 指定存储设备的集群模式,dorado-cluster-mode 主机群or备机群。 + 指定存储设备的集群模式,dorado-cluster-mode 主集群or备集群。 取值范围: - primary:以资源池化dorado双集群主集群安装。 -- Gitee