mirror of
https://gitee.com/callmer/pve_toss_notes.git
synced 2026-09-01 06:22:52 +08:00
更新调度器设置代码
This commit is contained in:
+3
-1
@@ -167,11 +167,13 @@ conservative ondemand userspace powersave performance schedutil
|
||||
## 修改 cpufrequtils 配置文件
|
||||
vim /etc/init.d/cpufrequtils
|
||||
|
||||
## 找到 GOVERNOR="ondemand" 修改为以下内容
|
||||
## 在配置文件中修改调度器
|
||||
···
|
||||
ENABLE="true"
|
||||
GOVERNOR="schedutil" ## 修改本行的调度器为 schedutil
|
||||
MAX_SPEED="0"
|
||||
MIN_SPEED="0"
|
||||
···
|
||||
```
|
||||
|
||||
按 `i` 键进入编辑模式,`esc` 键退出编辑模式,`:wq` 命令保存退出。
|
||||
|
||||
Reference in New Issue
Block a user