mirror of
https://gitee.com/callmer/pve_toss_notes.git
synced 2026-08-31 05:52:52 +08:00
优化部分文案
This commit is contained in:
+3
-16
@@ -28,7 +28,7 @@ update-alternatives: using /usr/bin/nvim to provide /usr/bin/editor (editor) in
|
||||
|
||||
如果在安装 PVE 系统时选错了时区,导致系统时间和北京时间不一致,可以执行以下命令修正。
|
||||
|
||||
输出结果如果和北京时间一致,则代表修改正确。
|
||||
若输出结果和北京时间一致,则代表修改正确。
|
||||
|
||||
```bash
|
||||
## 修改系统时区
|
||||
@@ -130,22 +130,9 @@ analyzing CPU 0:
|
||||
|
||||
这里面主要关注两个点:
|
||||
|
||||
- driver: `intel_cpufreq` 或 `intel_pstate`
|
||||
- `driver` :CPU 调频驱动方案,例如 `intel_cpufreq` 或 `intel_pstate`
|
||||
|
||||
- current policy: `governor "ondemand"` 或 `governor "performance"`
|
||||
|
||||
还有另外一个命令可用来显示 CPU 当前调度器。
|
||||
|
||||
```bash
|
||||
## 检查 CPU 当前调度器
|
||||
$ cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
|
||||
|
||||
#### 设备 CPU - J4125 示例输出
|
||||
performance
|
||||
|
||||
#### 设备 CPU - N100 示例输出
|
||||
performance
|
||||
```
|
||||
- `governor` :调频策略中使用的调度器,例如 `performance`
|
||||
|
||||
CPU 驱动一般不建议手动调整,而 `governor` 后面的参数表示 CPU 当前调度器设置。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user