@cryptotaxi247 / infra / commits / 9f8d547f

Reduce memory usage

Eelco Dolstra committed Nov 1, 2018 at 19:34 UTC 9f8d547fd58b8d4b94092e4257fe3ad19474055d
1 file changed +2 -2
delft/hydra.nix
+2 -2
@@ -51,7 +51,7 @@ in
51 # patchelf:master:3
52 xxx-jobset-repeats = nixos:reproducibility:1
53
54 - nar_buffer_size = 12884901888
54 + nar_buffer_size = 8589934592
55
56 upload_logs_to_binary_cache = true
57
@@ -63,7 +63,7 @@ in
63 evaluator_initial_heap_size = 10000000000
64 evaluator_max_heap_size = 11000000000
65
66 - max_concurrent_evals = 2
66 + max_concurrent_evals = 1
67 '';
68
69 systemd.tmpfiles.rules =