Advertisement
Guest User

Untitled

a guest
May 29th, 2024
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. #!/bin/bash
  2. /usr/bin/cpupower frequency-set -g conservative
  3. /bin/echo 2 >/sys/devices/system/cpu/cpufreq/conservative/sampling_down_factor
  4. /bin/echo 75 >/sys/devices/system/cpu/cpufreq/conservative/up_threshold
  5. /bin/echo 10 >/sys/devices/system/cpu/cpufreq/conservative/down_threshold
  6. /bin/echo 10 >/sys/devices/system/cpu/cpufreq/conservative/freq_step
  7. /bin/echo 1 >/sys/devices/system/cpu/cpufreq/conservative/ignore_nice_load
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement