]> git.openstreetmap.org Git - chef.git/commitdiff
Revert "Reduce CPU up scaling for IC systems due to cooling pressure"
authorGrant Slater <git@firefishy.com>
Sat, 14 Mar 2015 22:51:14 +0000 (22:51 +0000)
committerGrant Slater <git@firefishy.com>
Sat, 14 Mar 2015 22:51:14 +0000 (22:51 +0000)
This reverts commit 90503ef133f53d9f2d45dea515904965e85222ce.

roles/ic.rb

index 5724b798ec4c92ffd0a26ab6d6a79c48de12afd7..2e63557d280bd7ea964f66010f5fda7074efc56d 100644 (file)
@@ -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"
-      }
-    }
   }
 )
 
   }
 )