From 07526b9adaa0c3c67d67fe86ff4ee40fe1724570 Mon Sep 17 00:00:00 2001 From: CallMeR <9463297+callmer@user.noreply.gitee.com> Date: Sat, 14 Oct 2023 23:17:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=A4=87=E6=B3=A8=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03.PVE系统调整.md | 4 ++-- src/pve_cpupower.conf | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/03.PVE系统调整.md b/03.PVE系统调整.md index b9914ba..8964cbb 100644 --- a/03.PVE系统调整.md +++ b/03.PVE系统调整.md @@ -173,8 +173,8 @@ $ nano /etc/default/cpupower 在配置文件中修改以下配置项,并保存。 ```bash -# This configuration file is customized by fox -# Optimize system CPU governors +# This configuration file is customized by fox, +# Optimize system CPU governors. CPUPOWER_START_OPTS="frequency-set -g powersave" CPUPOWER_STOP_OPTS="frequency-set -g performance" diff --git a/src/pve_cpupower.conf b/src/pve_cpupower.conf index 0e16d84..74fe73b 100644 --- a/src/pve_cpupower.conf +++ b/src/pve_cpupower.conf @@ -1,5 +1,5 @@ -# This configuration file is customized by fox -# Optimize system CPU governors +# This configuration file is customized by fox, +# Optimize system CPU governors. CPUPOWER_START_OPTS="frequency-set -g powersave" CPUPOWER_STOP_OPTS="frequency-set -g performance"