Increase short-term boost tdp

This commit is contained in:
Tristan D. 2025-03-09 00:59:02 +01:00
parent 140900a3fa
commit 9a4a2b9698
Signed by: tristan
SSH key fingerprint: SHA256:9oFM1J63hYWJjCnLG6C0fxBS15rwNcWwdQNMOHYKJ/4

View file

@ -62,7 +62,7 @@
serviceConfig.Type = "oneshot";
preStart = "sleep 2";
script = ''
ryzenadj --stapm-limit=10000 --slow-limit=15000 --fast-limit=25000 ${defaults}
ryzenadj --stapm-limit=10000 --slow-limit=15000 --fast-limit=30000 ${defaults}
'';
};