更新 PVE 系统调整

This commit is contained in:
CallMeR
2023-06-26 18:46:38 +08:00
parent 90d8bccd46
commit c5fb7b4e57
+8 -3
View File
@@ -36,10 +36,11 @@ timedatectl set-timezone Asia/Shanghai
## 检查系统时间 ## 检查系统时间
date -R date -R
```
## 参考输出 > 参考输出
>
Sun, 25 Jun 2023 12:12:12 +0800 > Sun, 25 Jun 2023 12:12:12 +0800
``` ```
@@ -152,10 +153,12 @@ analyzing CPU 0:
## 检查 CPU 当前调度器 ## 检查 CPU 当前调度器
cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
## J4125 参考输出 ## J4125 参考输出
ondemand ondemand
## N6005 参考输出 ## N6005 参考输出
performance performance
@@ -170,10 +173,12 @@ CPU 驱动一般不建议手动调整,而 `governor` 后面的参数表示 CPU
## 检查 CPU 调度器支持情况 ## 检查 CPU 调度器支持情况
cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors
## J4125 参考输出 ## J4125 参考输出
conservative ondemand userspace powersave performance schedutil conservative ondemand userspace powersave performance schedutil
## N6005 参考输出 ## N6005 参考输出
performance powersave performance powersave