Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- /usr/bin/cpupower frequency-set -g conservative
- /bin/echo 2 >/sys/devices/system/cpu/cpufreq/conservative/sampling_down_factor
- /bin/echo 75 >/sys/devices/system/cpu/cpufreq/conservative/up_threshold
- /bin/echo 10 >/sys/devices/system/cpu/cpufreq/conservative/down_threshold
- /bin/echo 10 >/sys/devices/system/cpu/cpufreq/conservative/freq_step
- /bin/echo 1 >/sys/devices/system/cpu/cpufreq/conservative/ignore_nice_load
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement