[Nix] increase daemon CPU Quota

This commit is contained in:
Antoine Viallon 2024-11-30 10:04:42 +01:00
parent 30d16ce34d
commit 1312b582aa
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -77,7 +77,7 @@ in
Nice = 19;
CPUSchedulingPolicy = mkForce "batch";
CPUWeight = 1;
CPUQuota = (toString (generalCfg.cpu.threads * 80)) + "%";
CPUQuota = (toString (generalCfg.cpu.threads * 90)) + "%";
IOSchedulingClass = mkForce "idle";
IOAccounting = true;
IOWeight = 1;