play: clock var updates, -retry files in ansible.cfg
This commit is contained in:
parent
81943ed387
commit
743e98caa7
2 changed files with 14 additions and 8 deletions
|
@ -1,2 +1,4 @@
|
||||||
[defaults]
|
[defaults]
|
||||||
nocows=True
|
nocows = True
|
||||||
|
stdout_callback = yaml
|
||||||
|
retry_files_enabled = False
|
||||||
|
|
18
playbook.yml
18
playbook.yml
|
@ -11,17 +11,21 @@
|
||||||
# the connected AMD GPU is automatically discovered - assumes one
|
# the connected AMD GPU is automatically discovered - assumes one
|
||||||
# on swap to other AMD cards to avoid instability:
|
# on swap to other AMD cards to avoid instability:
|
||||||
# 'rm -rfv /etc/tuned/*amdgpu*'
|
# 'rm -rfv /etc/tuned/*amdgpu*'
|
||||||
gpu_clock_min: "750" # default 500, for best performance: near maximum. applies with 'overclock' tuned profile
|
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: "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"
|
gpumem_clock_static: "1075"
|
||||||
gpu_power_multi:
|
gpu_power_multi:
|
||||||
default: 0.869969040247678 # 281W - real default
|
default: 0.869969040247678 # 281W - real default
|
||||||
overclock: 0.928792569659443 # 300W - slight boost
|
# overclock: 0.928792569659443 # 300W - slight boost
|
||||||
# overclock: 1.0 # 323W - full board capability
|
overclock: 1.0 # 323W - full board capability
|
||||||
# optional, applies offset (+/-) to GPU voltage by provided mV
|
# optional, applies offset (+/-) to GPU voltage by provided mV
|
||||||
# gpu_mv_offset: "-25"
|
# only counts for peak and overlock profiles
|
||||||
# gpu_mv_offset: "+50" # add 50mV or 0.05V
|
# gpu_mv_offset: "-20"
|
||||||
gpu_mv_offset: "+25" # add 25mV or 0.025V
|
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
|
# '-50' undervolts GPU core voltage 50mV or 0.05V
|
||||||
# mostly untested, there be dragons/instability
|
# mostly untested, there be dragons/instability
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue