Set cpu performance

From www.ReeltoReel.nl Wiki
Jump to navigation Jump to search
# cpupower frequency-set -g performance

or

#!/bin/sh
#
# puts cpus in performance mode
#
echo "performance" | sudo tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor