From e5296ca2d787c5d31a7efc9a28f343c1d82a6113 Mon Sep 17 00:00:00 2001 From: Alex Bradbury Date: Wed, 15 May 2013 19:47:02 +0100 Subject: [PATCH] change cpufreq threshold to 70% rather than 95% Dom says the system is more responsive, and there is agreement it is safe enough. --- raspi-config | 1 + 1 file changed, 1 insertion(+) diff --git a/raspi-config b/raspi-config index 0055579..ca82e8c 100755 --- a/raspi-config +++ b/raspi-config @@ -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