]> git.openstreetmap.org Git - chef.git/commitdiff
ondemand freq scaling: Slower down sampling (100)
authorGrant Slater <git@firefishy.com>
Tue, 3 Dec 2013 13:42:50 +0000 (13:42 +0000)
committerGrant Slater <git@firefishy.com>
Tue, 3 Dec 2013 13:43:11 +0000 (13:43 +0000)
roles/base.rb

index 29db5b24dbf247f3f077012ad4d4ddaeea99746f..0875bdb4ded0d52a5176d4dcd9a3c1ad1ea6021d 100644 (file)
@@ -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"
       }
     }
   }