From 743e98caa7da1a8b8f3ee90c7fabd84c59c554a5 Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Sun, 3 Mar 2024 17:56:42 -0600 Subject: [PATCH] play: clock var updates, -retry files in ansible.cfg --- ansible.cfg | 4 +++- playbook.yml | 18 +++++++++++------- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/ansible.cfg b/ansible.cfg index 56bf283..fd63fbd 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,2 +1,4 @@ [defaults] -nocows=True +nocows = True +stdout_callback = yaml +retry_files_enabled = False diff --git a/playbook.yml b/playbook.yml index eec99dd..47db37e 100644 --- a/playbook.yml +++ b/playbook.yml @@ -11,17 +11,21 @@ # the connected AMD GPU is automatically discovered - assumes one # on swap to other AMD cards to avoid instability: # 'rm -rfv /etc/tuned/*amdgpu*' - gpu_clock_min: "750" # default 500, for best performance: near maximum. applies with 'overclock' tuned profile - gpu_clock_max: "2675" # default somewhere around 2529 to 2660 + gpu_clock_min: "500" # default 500, for best performance: near maximum. applies with 'overclock' tuned profile + # gpu_clock_max: "2675" # default somewhere around 2529 to 2660. + gpu_clock_max: "2725" + # note: 6900XT seems to OC best with a slight underclock. 300W and -15mV gpumem_clock_static: "1075" gpu_power_multi: default: 0.869969040247678 # 281W - real default - overclock: 0.928792569659443 # 300W - slight boost -# overclock: 1.0 # 323W - full board capability + # overclock: 0.928792569659443 # 300W - slight boost + overclock: 1.0 # 323W - full board capability # optional, applies offset (+/-) to GPU voltage by provided mV - # gpu_mv_offset: "-25" - # gpu_mv_offset: "+50" # add 50mV or 0.05V - gpu_mv_offset: "+25" # add 25mV or 0.025V + # only counts for peak and overlock profiles + # gpu_mv_offset: "-20" + gpu_mv_offset: "+125" # add 125mV or 0.125V +# gpu_mv_offset: "+50" # add 50mV or 0.05V +# gpu_mv_offset: "+75" # add 75mV or 0.075V # '-50' undervolts GPU core voltage 50mV or 0.05V # mostly untested, there be dragons/instability #