mirror of
https://gitee.com/callmer/pve_toss_notes.git
synced 2026-08-31 05:52:52 +08:00
优化 CPU 调度器配置
This commit is contained in:
+2
-2
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user