Skip to content

Instantly share code, notes, and snippets.

@junjuew
Created May 23, 2020 23:06
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 junjuew/5410f8b8eb572886dc6062fad9b2f005 to your computer and use it in GitHub Desktop.
Save junjuew/5410f8b8eb572886dc6062fad9b2f005 to your computer and use it in GitHub Desktop.
set CPU frequency to performance on linux
echo performance | sudo tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
# https://wiki.archlinux.org/index.php/CPU_frequency_scaling
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment