mirror of
https://github.com/brain-hackers/brain-config.git
synced 2025-01-03 18:10:07 +09:00
change cpufreq threshold to 70% rather than 95%
Dom says the system is more responsive, and there is agreement it is safe enough.
This commit is contained in:
parent
ba7504fdc3
commit
e5296ca2d7
@ -301,6 +301,7 @@ case "$1" in
|
||||
else
|
||||
SYS_CPUFREQ_GOVERNOR=/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
|
||||
[ -e $SYS_CPUFREQ_GOVERNOR ] && echo "ondemand" > $SYS_CPUFREQ_GOVERNOR
|
||||
echo 70 > /sys/devices/system/cpu/cpufreq/ondemand/up_threshold
|
||||
printf " No. Switching to ondemand scaling governor"
|
||||
log_end_msg 0
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user