mirror of
https://gitee.com/callmer/pve_toss_notes.git
synced 2026-09-01 06:22:52 +08:00
修复备注信息
This commit is contained in:
+2
-2
@@ -173,8 +173,8 @@ $ nano /etc/default/cpupower
|
|||||||
在配置文件中修改以下配置项,并保存。
|
在配置文件中修改以下配置项,并保存。
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# This configuration file is customized by fox
|
# This configuration file is customized by fox,
|
||||||
# Optimize system CPU governors
|
# Optimize system CPU governors.
|
||||||
|
|
||||||
CPUPOWER_START_OPTS="frequency-set -g powersave"
|
CPUPOWER_START_OPTS="frequency-set -g powersave"
|
||||||
CPUPOWER_STOP_OPTS="frequency-set -g performance"
|
CPUPOWER_STOP_OPTS="frequency-set -g performance"
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# This configuration file is customized by fox
|
# This configuration file is customized by fox,
|
||||||
# Optimize system CPU governors
|
# Optimize system CPU governors.
|
||||||
|
|
||||||
CPUPOWER_START_OPTS="frequency-set -g powersave"
|
CPUPOWER_START_OPTS="frequency-set -g powersave"
|
||||||
CPUPOWER_STOP_OPTS="frequency-set -g performance"
|
CPUPOWER_STOP_OPTS="frequency-set -g performance"
|
||||||
|
|||||||
Reference in New Issue
Block a user