Lower the tdp, don't need a heater but a laptop.

This commit is contained in:
CronyAkatsuki 2025-02-18 11:32:40 +01:00
parent 79f8fe84c5
commit b1d4c2dcd9

View File

@ -147,7 +147,7 @@ in {
enable = true; enable = true;
description = "Set my cpu power usage power to something more manageable."; description = "Set my cpu power usage power to something more manageable.";
wantedBy = ["multi-user.target"]; wantedBy = ["multi-user.target"];
script = "${ryzenadj-service}/bin/ryzenadj-service --stapm-limit 35000 --fast-limit 35000 --slow-limit 35000 --slow-time 60 --stapm-time 1000 --tctl-temp 90 --vrmmax-current 59000"; script = "${ryzenadj-service}/bin/ryzenadj-service --stapm-limit 30000 --fast-limit 30000 --slow-limit 30000 --slow-time 60 --stapm-time 1000 --tctl-temp 85 --vrmmax-current 47000";
}; };
}; };
} }