update 3.PVE系统调整.md.

This commit is contained in:
秋刀狐狸
2022-08-08 07:17:00 +00:00
committed by Gitee
parent 847c797deb
commit c9d48d4ff4
+4 -1
View File
@@ -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` 命令保存退出。