feat: limit vrm max current to something more manageable.
This commit is contained in:
parent
5d86985ae8
commit
75fcfe9260
@ -91,7 +91,7 @@
|
||||
# adjust("slow_time", args.slow_time)
|
||||
# adjust("stapm_time", args.stapm_time)
|
||||
adjust("tctl_temp", args.tctl_temp)
|
||||
# adjust("vrmmax_current", args.vrmmax_current)
|
||||
adjust("vrmmax_current", args.vrmmax_current)
|
||||
enable("max_performance")
|
||||
|
||||
|
||||
@ -116,7 +116,7 @@
|
||||
# parser.add_argument("--slow-time", action="store", required=True, type=int)
|
||||
# parser.add_argument("--stapm-time", action="store", required=True, type=int)
|
||||
parser.add_argument("--tctl-temp", action="store", required=True, type=int)
|
||||
# parser.add_argument("--vrmmax-current", action="store", required=True, type=int)
|
||||
parser.add_argument("--vrmmax-current", action="store", required=True, type=int)
|
||||
return parser.parse_args()
|
||||
|
||||
|
||||
@ -147,7 +147,7 @@ in {
|
||||
enable = true;
|
||||
description = "Set my cpu power usage power to something more manageable.";
|
||||
wantedBy = ["multi-user.target"];
|
||||
script = "${ryzenadj-service}/bin/ryzenadj-service --stapm-limit 35000 --fast-limit 35000 --slow-limit 35000 --tctl-temp 90";
|
||||
script = "${ryzenadj-service}/bin/ryzenadj-service --stapm-limit 35000 --fast-limit 35000 --slow-limit 35000 --tctl-temp 90 --vrmmax-current 51000";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user