Page 1 of 1

How to Set the CPU Governor to performance

Posted: Thu May 14, 2026 5:51 am
by Mazzz79
List:

Code: Select all

cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors
List Current:

Code: Select all

cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
Set:

Code: Select all

echo performance | sudo tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor

Code: Select all

powerprofilesctl set performance