diff --git a/03.PVE系统调整.md b/03.PVE系统调整.md index 0af60f1..29850c7 100644 --- a/03.PVE系统调整.md +++ b/03.PVE系统调整.md @@ -36,10 +36,11 @@ timedatectl set-timezone Asia/Shanghai ## 检查系统时间 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 当前调度器 cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor + ## J4125 参考输出 ondemand + ## N6005 参考输出 performance @@ -170,10 +173,12 @@ CPU 驱动一般不建议手动调整,而 `governor` 后面的参数表示 CPU ## 检查 CPU 调度器支持情况 cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors + ## J4125 参考输出 conservative ondemand userspace powersave performance schedutil + ## N6005 参考输出 performance powersave