Set cpu performance
# 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
No comments to display
No comments to display