Set initial and max heap size
Eelco Dolstra committed
Aug 7, 2018 at 15:16 UTC
4deedce111b226649bebd2276fe99b81ec4a0b88
1 file changed
+2
-1
delft/hydra.nix
+2
-1
@@ -60,7 +60,8 @@ in
60
61
log_prefix = https://nix-cache.s3.amazonaws.com/
62
63
- evaluator_initial_heap_size = 10G
63
+ evaluator_initial_heap_size = 1000000000
64
+ evaluator_max_heap_size = 2000000000
65
66
max_concurrent_evals = 2
67
'';