1
0
Fork 0
tuned/profiles
Thomas Renninger af269d11ae conservative governor may be compiled as module and needs explicit loading
Tested on an AMD machine with acpi-cpufreq kernel driver providing
ondemand, conservative,... governors.

Without this line, one gets:
tuned.plugins.plugin_cpu: ignoring governor 'conservative' on cpu 'cpu7', it
is not supported

when switching to balanced profile.
With this line you see:
tuned.plugins.plugin_cpu: setting governor 'ondemand' on cpu 'cpu2'

Be careful: Order matters!
tuned seem to read profile config file line by line or section by section
and directly tries to apply things.

If order of these lines are exchanged:
[modules]
cpufreq_conservative=+r

[cpu]
governor=conservative

you fall back to previous error again. Therefore the newly introduced
[modules] section is not put at the end, but nearly at top.
2019-02-13 15:38:49 +01:00
..
atomic-guest atomic: increase number of inotify watches 2016-03-29 23:48:49 +02:00
atomic-host atomic: increase number of inotify watches 2016-03-29 23:48:49 +02:00
balanced conservative governor may be compiled as module and needs explicit loading 2019-02-13 15:38:49 +01:00
cpu-partitioning Disable KSM only once, re-enable it only on full rollback 2018-11-21 11:27:44 +01:00
default Added support for 'summary' and 'description' of profiles 2016-01-05 11:28:25 +01:00
desktop desktop: fixed typo in profile summary 2017-03-30 17:00:26 +02:00
desktop-powersave plugin_video: Prefix DPM states with 'dpm-' 2017-09-19 23:03:41 +02:00
enterprise-storage profiles: consolidated summaries 2017-04-03 22:52:18 +02:00
laptop-ac-powersave Use ${i:PROFILE_DIR} in our profiles 2017-03-13 09:50:26 +01:00
laptop-battery-powersave Added support for 'summary' and 'description' of profiles 2016-01-05 11:28:25 +01:00
latency-performance Added support for 'summary' and 'description' of profiles 2016-01-05 11:28:25 +01:00
mssql mssql: updated tuning 2019-01-08 15:07:03 +01:00
network-latency network-latency: dropped spurious whitespace 2017-07-19 18:05:45 +02:00
network-throughput profiles: consolidated summaries 2017-04-03 22:52:18 +02:00
oracle oracle: updated the profile to be in sync with KCS 39188 2018-06-06 17:42:54 +02:00
powersave Use value powersave|power for EPB in powersave profile 2018-05-14 09:45:59 +02:00
realtime Use online CPUs for cpusets calculations instead of present CPUs 2018-08-27 00:23:51 +02:00
realtime-virtual-guest realtime-virtual-guest: run script.sh 2018-09-06 13:16:55 +02:00
realtime-virtual-host Disable KSM only once, re-enable it only on full rollback 2018-11-21 11:27:44 +01:00
sap-hana sap-hana: change force_latency to 70 2017-10-12 17:10:21 +02:00
sap-hana-vmware sap-hana: change force_latency to 70 2017-10-12 17:10:21 +02:00
sap-netweaver Use ${i:PROFILE_DIR} in our profiles 2017-03-13 09:50:26 +01:00
server-powersave Added support for 'summary' and 'description' of profiles 2016-01-05 11:28:25 +01:00
spindown-disk Use ${i:PROFILE_DIR} in our profiles 2017-03-13 09:50:26 +01:00
throughput-performance tuned: Add readahead comment to throughput-performance tuned.conf 2018-03-07 15:53:39 -05:00
virtual-guest profiles: consolidated summaries 2017-04-03 22:52:18 +02:00
virtual-host Update tuned.conf 2018-11-15 14:18:20 +02:00
functions functions: reworked setup_kvm_mod_low_latency to count with kernel changes 2018-11-22 17:38:12 +01:00