Resolves: RHEL-16966 At this point, the plugin supports setting a single sysfs attribute, platform_profile. The 3 basic ACPI platform profiles are low-power, balanced, and performance. These are mapped to the generic powersave, balanced, and *-performance TuneD profiles.
31 lines
457 B
Text
31 lines
457 B
Text
#
|
|
# tuned configuration
|
|
#
|
|
|
|
[main]
|
|
summary=General non-specialized tuned profile
|
|
|
|
[modules]
|
|
cpufreq_conservative=+r
|
|
|
|
[cpu]
|
|
priority=10
|
|
governor=conservative|powersave
|
|
energy_perf_bias=normal
|
|
energy_performance_preference=balance_performance
|
|
|
|
[acpi]
|
|
platform_profile=balanced
|
|
|
|
[audio]
|
|
timeout=10
|
|
|
|
[video]
|
|
radeon_powersave=dpm-balanced, auto
|
|
|
|
[disk]
|
|
# Comma separated list of devices, all devices if commented out.
|
|
# devices=sda
|
|
|
|
[scsi_host]
|
|
alpm=medium_power
|