优化 CPU 调度器配置

This commit is contained in:
CallMeR
2023-09-13 13:48:05 +08:00
parent 5ed5ac768b
commit 63631e6ad3
4 changed files with 88 additions and 23 deletions
+2 -2
View File
@@ -149,7 +149,7 @@ $ apt dist-upgrade
其中 `unattended-upgrades` 为系统自动更新服务,后续会对其进行配置。
`cpufrequtils` 为 CPU 调度器的配置工具,后续会对 CPU 调度算法进行调整。
`linux-cpupower` 为 CPU 调度器的配置工具,后续会对 CPU 调度算法进行调整。
```bash
## 同步镜像仓库
@@ -162,7 +162,7 @@ $ apt install htop lm-sensors unzip neovim tmux unattended-upgrades powermgmt-ba
$ apt install iperf iperf3 iftop
## 安装 CPU 调度调整工具
$ apt install cpufrequtils
$ apt install linux-cpupower
## 根据 CPU 厂商安装 CPU 微码工具
$ apt install intel-microcode (amd64-microcode)