17 Sep
2012
17 Sep
'12
4:42 p.m.
Am 17.09.2012 17:40, schrieb Martín Cigorraga:
# CPUFREQ for i in 0 1 2 3; do cpufreq-set -c $i -g powersave; done ## sets powersave cpufreq governor for all CPU cores #echo -n 90 > /sys/devices/system/cpu/cpufreq/ondemand/up_threshold echo -n 20 > /sys/devices/system/cpu/cpufreq/ondemand/sampling_down_factor
Slightly off-topic, but you should really read this: http://mjg59.livejournal.com/88608.html