Commit d3806c97e097

Vincent Demeester <vincent@sbr.pm>
2022-08-21 11:23:10
systems/modules: enable some daemon cpu/io policy
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent c06f52f
Changed files (1)
systems
modules
systems/modules/core/nix.nix
@@ -60,6 +60,8 @@ in
 
       #daemonIONiceLevel = 5;
       #daemonNiceLevel = 10;
+      daemonIOSchedPriority = 5;
+      daemonCPUSchedPolicy = "batch";
 
       # if hydra is down, don't wait forever
       extraOptions = ''