mirror of
https://gitee.com/callmer/pve_toss_notes.git
synced 2026-08-31 22:12:51 +08:00
update 3.PVE系统调整.md.
This commit is contained in:
+1
-2
@@ -168,12 +168,11 @@ conservative ondemand userspace powersave performance schedutil
|
|||||||
vim /etc/init.d/cpufrequtils
|
vim /etc/init.d/cpufrequtils
|
||||||
|
|
||||||
## 在配置文件中修改调度器
|
## 在配置文件中修改调度器
|
||||||
···
|
|
||||||
ENABLE="true"
|
ENABLE="true"
|
||||||
GOVERNOR="schedutil" ## 修改本行的调度器为 schedutil
|
GOVERNOR="schedutil" ## 修改本行的调度器为 schedutil
|
||||||
MAX_SPEED="0"
|
MAX_SPEED="0"
|
||||||
MIN_SPEED="0"
|
MIN_SPEED="0"
|
||||||
···
|
|
||||||
```
|
```
|
||||||
|
|
||||||
按 `i` 键进入编辑模式,`esc` 键退出编辑模式,`:wq` 命令保存退出。
|
按 `i` 键进入编辑模式,`esc` 键退出编辑模式,`:wq` 命令保存退出。
|
||||||
|
|||||||
Reference in New Issue
Block a user