From b56851ae08394127b8a802faf0c517bc0b01e747 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Mon, 2 Dec 2013 11:01:48 +0000 Subject: [PATCH] ondemand frequency scaling: slower down sampling --- roles/base.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/base.rb b/roles/base.rb index 06bcaf9a2..29db5b24d 100644 --- a/roles/base.rb +++ b/roles/base.rb @@ -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" => "10" + "devices/system/cpu/cpufreq/ondemand/sampling_down_factor" => "20" } } } -- 2.43.2