From c9d48d4ff4d8b683455af83d5b89bd1494f82003 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=8B=E5=88=80=E7=8B=90=E7=8B=B8?= Date: Mon, 8 Aug 2022 07:17:00 +0000 Subject: [PATCH] =?UTF-8?q?update=203.PVE=E7=B3=BB=E7=BB=9F=E8=B0=83?= =?UTF-8?q?=E6=95=B4.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 3.PVE系统调整.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/3.PVE系统调整.md b/3.PVE系统调整.md index 74e5c80..3034800 100644 --- a/3.PVE系统调整.md +++ b/3.PVE系统调整.md @@ -168,7 +168,10 @@ conservative ondemand userspace powersave performance schedutil vim /etc/init.d/cpufrequtils ## 找到 GOVERNOR="ondemand" 修改为以下内容 -GOVERNOR="schedutil" +ENABLE="true" +GOVERNOR="schedutil" ## 修改本行的调度器为 schedutil +MAX_SPEED="0" +MIN_SPEED="0" ``` 按 `i` 键进入编辑模式,`esc` 键退出编辑模式,`:wq` 命令保存退出。