Skip to content

Instantly share code, notes, and snippets.

@egernst
Last active August 14, 2019 23:27
Show Gist options
  • Save egernst/458dc19461f34c5ebb611a6d17898975 to your computer and use it in GitHub Desktop.
Save egernst/458dc19461f34c5ebb611a6d17898975 to your computer and use it in GitHub Desktop.
set performance governer

As root:

for c in {0..87}; do echo performance > /sys/devices/system/cpu/cpu$c/cpufreq/scaling_governor; done

Verify:

cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment