How to Set the CPU Governor to performance

Post Reply
User avatar
Mazzz79
Site Admin
Posts: 48
Joined: Fri Feb 05, 2016 5:37 pm
Location: Sweden
Contact:

How to Set the CPU Governor to performance

Post 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
Post Reply