X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/90503ef133f53d9f2d45dea515904965e85222ce..b8cf59b1443e4efad7b9b75cee089394f03eaa33:/roles/ic.rb diff --git a/roles/ic.rb b/roles/ic.rb index 5724b798e..2e63557d2 100644 --- a/roles/ic.rb +++ b/roles/ic.rb @@ -28,15 +28,6 @@ default_attributes( } } } - }, - :sysfs => { - :cpufreq_ondemand_low => { - :comment => "Tune the ondemand CPU frequency governor for reduced scaling", - :parameters => { - "devices/system/cpu/cpufreq/ondemand/up_threshold" => "95", - "devices/system/cpu/cpufreq/ondemand/sampling_down_factor" => "1" - } - } } )