From 035e65db2c99643121e5506242abf0963dc4e800 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8B=90=E7=8B=B8Nomad?= <9463297+callmer@user.noreply.gitee.com> Date: Tue, 22 Nov 2022 09:13:17 +0000 Subject: [PATCH] =?UTF-8?q?update=203.PVE=E7=B3=BB=E7=BB=9F=E8=B0=83?= =?UTF-8?q?=E6=95=B4.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 狐狸Nomad <9463297+callmer@user.noreply.gitee.com> --- 3.PVE系统调整.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/3.PVE系统调整.md b/3.PVE系统调整.md index 81bb3b3..563704c 100644 --- a/3.PVE系统调整.md +++ b/3.PVE系统调整.md @@ -16,6 +16,9 @@ apt install iperf iperf3 iftop net-tools ethtool ## 安装CPU调度调整工具 apt install cpufrequtils + +## 根据CPU厂商安装CPU微码工具 +apt install intel-microcode (amd64-microcode) ``` 本文后续命令,均在 SSH 终端下完成。