Skip to content

Instantly share code, notes, and snippets.

@scemama
Created June 30, 2015 09:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scemama/4084854774580cb04d13 to your computer and use it in GitHub Desktop.
Save scemama/4084854774580cb04d13 to your computer and use it in GitHub Desktop.
Adjust turbo frequency manually
echo 1 > /sys/module/processor/parameters/ignore_ppc
for x in /sys/devices/system/cpu/cpu[0-3]/cpufreq/;do
echo 3601000 > $x/scaling_max_freq
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment