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

Commit f6546e6

Browse files
Merge #523
523: [DEVOPS-1226] hydra max heap size r=disassembler a=disassembler Co-authored-by: Samuel Leathers <[email protected]>
2 parents 2be6ff5 + 0c1fd57 commit f6546e6

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)