Tweak Hydra configuration
Eelco Dolstra committed
May 16, 2018 at 15:10 UTC
a76a3a4bf23ce25ea957186bcc321de1e56f7d65
1 file changed
+4
-2
delft/hydra.nix
+4
-2
@@ -59,6 +59,10 @@ in
59
#log_prefix = https://cache.nixos.org/
60
61
log_prefix = https://nix-cache.s3.amazonaws.com/
62
+
63
+ evaluator_initial_heap_size = 10G
64
+
65
+ max_concurrent_evals = 2
66
'';
67
68
systemd.tmpfiles.rules =
@@ -72,8 +76,6 @@ in
76
systemd.services.hydra-queue-runner.wantedBy = mkForce [];
77
systemd.services.hydra-queue-runner.requires = mkForce [];
78
75
- systemd.services.hydra-evaluator.environment.GC_INITIAL_HEAP_SIZE = "4G";
76
-
79
programs.ssh.extraConfig = mkAfter
80
''
81
ServerAliveInterval 120