Max: Lower default tdp to 45.

This commit is contained in:
Dmitry Voronin 2024-12-12 03:41:28 +03:00
parent a8792f8c88
commit 8df8f60b5d
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -25,7 +25,7 @@
];
script = ''
while true; do
ryzenadj --tctl-temp=50
ryzenadj --tctl-temp=45
sleep 60
done
'';