Set cpu performance
Appearance
# 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