From: Grant Slater Date: Tue, 3 Dec 2013 13:42:50 +0000 (+0000) Subject: ondemand freq scaling: Slower down sampling (100) X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/eca5108bf65febcb28de7c52d86138d645aed5cc ondemand freq scaling: Slower down sampling (100) --- diff --git a/roles/base.rb b/roles/base.rb index 29db5b24d..0875bdb4d 100644 --- a/roles/base.rb +++ b/roles/base.rb @@ -60,7 +60,7 @@ default_attributes( :comment => "Tune the ondemand CPU frequency governor", :parameters => { "devices/system/cpu/cpufreq/ondemand/up_threshold" => "25", - "devices/system/cpu/cpufreq/ondemand/sampling_down_factor" => "20" + "devices/system/cpu/cpufreq/ondemand/sampling_down_factor" => "100" } } }