Stretch CPU frequency bounds

Signed-off-by: tytydraco <tylernij@gmail.com>
latency
tytydraco 4 years ago
parent b3a42f955b
commit a9d0a8c6ee

@ -134,6 +134,10 @@ do
# Fetch the available governors from the CPU
avail_govs="$(cat "$cpu/scaling_available_governors")"
# Stretch CPU bounds
write "$cpu/scaling_max_freq" "$(cat "$cpu/cpuinfo_max_freq")"
write "$cpu/scaling_min_freq" "$(cat "$cpu/cpuinfo_min_freq")"
# Attempt to set the governor in this order
for governor in schedutil interactive
do

Loading…
Cancel
Save