Even less cpu power usage.

This commit is contained in:
CronyAkatsuki 2024-03-20 19:10:12 +01:00
parent f3a097f038
commit 375c052e44

View File

@ -6,7 +6,7 @@
serviceConfig = { serviceConfig = {
Type = "oneshot"; Type = "oneshot";
ExecStart = toString (pkgs.writeShellScript "ryzenadj-setup" '' ExecStart = toString (pkgs.writeShellScript "ryzenadj-setup" ''
${pkgs.ryzenadj}/bin/ryzenadj --stapm-limit 35000 --fast-limit 35000 --slow-limit 35000 --slow-time 60 --stapm-time 1000 --tctl-temp 80 --vrmmax-current 60000 ${pkgs.ryzenadj}/bin/ryzenadj --stapm-limit 30000 --fast-limit 30000 --slow-limit 30000 --slow-time 60 --stapm-time 1000 --tctl-temp 80 --vrmmax-current 50000
''); '');
}; };
wantedBy = [ "default.target" ]; wantedBy = [ "default.target" ];