How do you change the governor from Ondemand to something else ?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
The appropriate |
|||
|
|
|
Check with modprobe -l which module you can load. Check in /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor which governor is running. If you want to change the governor, load the module and change the sys: echo "governor" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor |
|||
|
|