@cryptotaxi247 / infra-1 / commits / c903b107

Set hydra-evaluator limits

Eelco Dolstra committed Feb 15, 2020 at 16:35 UTC c903b107965d82f806679fd96f111c0b2e27838d
1 file changed +2 -1
delft/hydra.nix
+2 -1
@@ -48,7 +48,8 @@ in
48
49 log_prefix = https://nix-cache.s3.amazonaws.com/
50
51 - evaluator_initial_heap_size = ${let gb = 30; in toString (gb * 1024 * 1024 * 1024)}
51 + evaluator_workers = 8
52 + evaluator_max_memory_size = 4096
53
54 max_concurrent_evals = 1
55 '';