projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d118d21
)
Revert "Reduce CPU up scaling for IC systems due to cooling pressure"
author
Grant Slater
<git@firefishy.com>
Sat, 14 Mar 2015 22:51:14 +0000
(22:51 +0000)
committer
Grant Slater
<git@firefishy.com>
Sat, 14 Mar 2015 22:51:14 +0000
(22:51 +0000)
This reverts commit
90503ef133f53d9f2d45dea515904965e85222ce
.
roles/ic.rb
patch
|
blob
|
history
diff --git
a/roles/ic.rb
b/roles/ic.rb
index 5724b798ec4c92ffd0a26ab6d6a79c48de12afd7..2e63557d280bd7ea964f66010f5fda7074efc56d 100644
(file)
--- 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"
- }
- }
}
)