From: Grant Slater Date: Sat, 14 Mar 2015 22:51:14 +0000 (+0000) Subject: Revert "Reduce CPU up scaling for IC systems due to cooling pressure" X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/4832433424648696f2c98d732dec19e22f57bf40?ds=sidebyside Revert "Reduce CPU up scaling for IC systems due to cooling pressure" This reverts commit 90503ef133f53d9f2d45dea515904965e85222ce. --- 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" - } - } } )