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:
Alex Bradbury 2013-05-15 19:47:02 +01:00
parent ba7504fdc3
commit e5296ca2d7

View File

@ -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