Bump initial/max heap size
Eelco Dolstra committed
Aug 10, 2018 at 22:39 UTC
151ce4a31bf5d5e12bf506f1adb5d81ca7205b41
1 file changed
+2
-2
delft/hydra.nix
+2
-2
@@ -60,8 +60,8 @@ in
60
61
log_prefix = https://nix-cache.s3.amazonaws.com/
62
63
- evaluator_initial_heap_size = 1000000000
64
- evaluator_max_heap_size = 2000000000
63
+ evaluator_initial_heap_size = 10000000000
64
+ evaluator_max_heap_size = 11000000000
65
66
max_concurrent_evals = 2
67
'';