X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/b56851ae08394127b8a802faf0c517bc0b01e747..393234621b0893f21d76955eddb1ed13ba92b356:/roles/base.rb 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" } } }