mirror of
https://gitee.com/callmer/pve_toss_notes.git
synced 2026-08-31 14:02:53 +08:00
7 lines
183 B
Plaintext
7 lines
183 B
Plaintext
# This configuration file is customized by fox,
|
|
# Optimize CPU governor settings.
|
|
|
|
CPUPOWER_START_OPTS="frequency-set -g powersave"
|
|
CPUPOWER_STOP_OPTS="frequency-set -g performance"
|
|
|