]> git.openstreetmap.org Git - chef.git/commitdiff
hardware: Do not scale CPU frequency for niced processes
authorGrant Slater <github@firefishy.com>
Fri, 17 Feb 2023 16:09:27 +0000 (16:09 +0000)
committerGrant Slater <github@firefishy.com>
Fri, 17 Feb 2023 16:09:46 +0000 (16:09 +0000)
Signed-off-by: Grant Slater <github@firefishy.com>
cookbooks/hardware/attributes/default.rb

index 6f89a9c3455168dcffa383ffc49125c1c9eb90e3..78ec107c7a08ea5c290d655cf504802838de2f19 100644 (file)
@@ -48,6 +48,7 @@ if File.exist?("/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor") &&
   default[:sysfs][:cpufreq_ondemand][:comment] = "Tune the ondemand CPU frequency governor"
   default[:sysfs][:cpufreq_ondemand][:parameters][:"devices/system/cpu/cpufreq/ondemand/up_threshold"] = "25"
   default[:sysfs][:cpufreq_ondemand][:parameters][:"devices/system/cpu/cpufreq/ondemand/sampling_down_factor"] = "100"
+  default[:sysfs][:cpufreq_ondemand][:parameters][:"devices/system/cpu/cpufreq/ondemand/ignore_nice_load"] = "1"
 end
 
 energy_perf_bias = Dir.glob("/sys/devices/system/cpu/cpu*/power/energy_perf_bias")