Skip to content
This repository was archived by the owner on Jun 17, 2020. It is now read-only.

Commit 0c1fd57

Browse files
committed
[DEVOPS-1226] hydra max heap size
1 parent 2be6ff5 commit 0c1fd57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/hydra-master-main.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ in {
6666
# auth token needs `repo:status`
6767
extraConfig = ''
6868
max_output_size = 4294967296
69+
evaluator_max_heap_size = ${toString (5 * 1024 * 1024 * 1024)}
6970
7071
max_concurrent_evals = 8
7172

0 commit comments

Comments
 (0)