Set the energy performance preference for AMD.

This commit is contained in:
Tom Alexander
2023-12-18 20:08:06 -05:00
parent 94b379c717
commit c87ac216a9
5 changed files with 47 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
# Favor energy efficiency for Speed Shift
# Favor energy efficiency for hardware p-states
{% for core in range(0, cores, 1) %}
w- /sys/devices/system/cpu/cpufreq/policy{{core}}/energy_performance_preference - - - - power
{% endfor %}