@cryptotaxi247 / infra-1 / commits / c99d93e6

hydra-mirror: set GC_INITIAL_HEAP_SIZE to 4g to allow completion

Graham Christensen committed Jan 31, 2019 at 05:47 UTC c99d93e637c1b913d00b021b0d5d5f79b55ff4a1
1 file changed +1
modules/hydra-mirror.nix
+1
@@ -27,6 +27,7 @@ let
27 ''; # */
28 serviceConfig.User = "hydra-mirror";
29 environment.TMPDIR = "/scratch/hydra-mirror";
30 + environment.GC_INITIAL_HEAP_SIZE = "4g";
31 };
32 };
33