From 660df84597eec852b7d249f2b0e9cbd217b06ea2 Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Sat, 22 Jun 2024 09:56:55 -0500 Subject: [PATCH] remove scope creep/THP --- roles/tuned_amdgpu/templates/profile-common.sh.j2 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/roles/tuned_amdgpu/templates/profile-common.sh.j2 b/roles/tuned_amdgpu/templates/profile-common.sh.j2 index 8a186fc..3a6a2ef 100644 --- a/roles/tuned_amdgpu/templates/profile-common.sh.j2 +++ b/roles/tuned_amdgpu/templates/profile-common.sh.j2 @@ -24,10 +24,6 @@ PROFILE_MODES=$(< /sys/class/drm/"${CARD}"/device/pp_power_profile_mode) # get power capability; later used determine limits read -r -d '' POWER_CAP < "$HWMON_DIR"/power1_cap_max -# enable THP; profile enables the 'vm.compaction_proactiveness' sysctl -# improves allocation latency -echo 'always' | tee /sys/kernel/mm/transparent_hugepage/enabled - # export determinations export CARD export HWMON_DIR