X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a53cddbab9983d56f15c0a3765a89207ef4bfa86..bc81b92d0609f2b1d5e99cba5301b5e52267e6a0:/roles/base.rb diff --git a/roles/base.rb b/roles/base.rb index 63c763af1..aa4c8e944 100644 --- a/roles/base.rb +++ b/roles/base.rb @@ -74,15 +74,6 @@ default_attributes( "net.core.default_qdisc" => "pfifo_fast" } } - }, - :sysfs => { - :cpufreq_ondemand => { - :comment => "Tune the ondemand CPU frequency governor", - :parameters => { - "devices/system/cpu/cpufreq/ondemand/up_threshold" => "25", - "devices/system/cpu/cpufreq/ondemand/sampling_down_factor" => "100" - } - } } )