From d252177bc2271a77e41b54b34c9194ab4e7c2ae9 Mon Sep 17 00:00:00 2001 From: liuzhanfeng2 Date: Tue, 11 Mar 2025 11:24:08 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85guc=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/bin/gs_guc/cluster_guc.conf | 2 ++ src/common/backend/utils/misc/postgresql_single.conf.sample | 1 + 2 files changed, 3 insertions(+) diff --git a/src/bin/gs_guc/cluster_guc.conf b/src/bin/gs_guc/cluster_guc.conf index 99783a6e87..e41ba03cbe 100755 --- a/src/bin/gs_guc/cluster_guc.conf +++ b/src/bin/gs_guc/cluster_guc.conf @@ -854,6 +854,7 @@ enable_aggr_coerce_type|bool|0,0|NULL|NULL| enable_default_local_index|bool|0,0|NULL|NULL| enable_pq|bool|0,0|NULL|NULL| ivfpq_kreorder|int|0,2147483647|NULL|NULL| +cgroup_name|string|0,0|NULL|NULL| [cmserver] log_dir|string|0,0|NULL|NULL| log_file_size|int|0,2047|MB|NULL| @@ -900,6 +901,7 @@ ddb_log_backup_file_count|int|1,100|NULL|NULL| ddb_max_log_file_size|string|0,0|NULL|NULL| ddb_log_suppress_enable|int|0,1|NULL|NULL| ddb_election_timeout|int|1,600|NULL|NULL| +upgrade_from|int|0,4294967295|NULL|For upgrading, specify which version we are upgrading from.| [cmagent] log_dir|string|0,0|NULL|NULL| log_file_size|int|0,2047|MB|NULL| diff --git a/src/common/backend/utils/misc/postgresql_single.conf.sample b/src/common/backend/utils/misc/postgresql_single.conf.sample index 8c0bcf1013..499e043248 100644 --- a/src/common/backend/utils/misc/postgresql_single.conf.sample +++ b/src/common/backend/utils/misc/postgresql_single.conf.sample @@ -568,6 +568,7 @@ alarm_component = '/opt/snas/bin/snas_cm_cmd' use_workload_manager = on # Enables workload manager in the system. # (change requires restart) +#cgroup_name = '' #------------------------------------------------------------------------------ # SECURITY POLICY #------------------------------------------------------------------------------ -- Gitee