Make hydra-evaluator less likely to barf with a GC error
Eelco Dolstra committed
Sep 4, 2017 at 14:53 UTC
c6a433439f035971ae1d60663755c544aacf6032
1 file changed
+2
delft/hydra.nix
+2
@@ -67,6 +67,8 @@ in
67
systemd.services.hydra-queue-runner.wantedBy = mkForce [];
68
systemd.services.hydra-queue-runner.requires = mkForce [];
69
70
+ systemd.services.hydra-evaluator.environment.GC_INITIAL_HEAP_SIZE = "12G";
71
+
72
programs.ssh.extraConfig = mkAfter
73
''
74
ServerAliveInterval 120