projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d99ef27
)
ondemand frequency scaling: slower down sampling
author
Grant Slater
<git@firefishy.com>
Mon, 2 Dec 2013 11:01:48 +0000
(11:01 +0000)
committer
Grant Slater
<git@firefishy.com>
Mon, 2 Dec 2013 11:01:48 +0000
(11:01 +0000)
roles/base.rb
patch
|
blob
|
history
diff --git
a/roles/base.rb
b/roles/base.rb
index 06bcaf9a245136602c23a76c2d295be85cc85f6e..29db5b24dbf247f3f077012ad4d4ddaeea99746f 100644
(file)
--- 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" => "
1
0"
+ "devices/system/cpu/cpufreq/ondemand/sampling_down_factor" => "
2
0"
}
}
}