From e29d3e99c58a194f3c5cb5c39365037f7997e3d0 Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Mon, 31 Jan 2022 19:18:48 -0600 Subject: [PATCH] render template with amdgpu power limit capped --- templates/tuned.conf.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/tuned.conf.j2 b/templates/tuned.conf.j2 index cae8780..4ff034e 100644 --- a/templates/tuned.conf.j2 +++ b/templates/tuned.conf.j2 @@ -5,6 +5,7 @@ summary={{ item.1 }} + TCP/RAID tweaks + AMDGPU pp_power_profile_mode = {{ item. [sysfs] /sys/class/drm/{{ card }}/device/power_dpm_force_performance_level = manual /sys/class/drm/{{ card }}/device/pp_power_profile_mode = {{ item.0.value }} +/sys/class/drm/{{ card }}/device/hwmon/hwmon9/power1_cap = {{ power_max['content'] | b64decode }} [sysctl] net.core.default_qdisc=fq