modules/nixos/hydra: evaluator settings
This commit is contained in:
parent
c52cfd3094
commit
fd426c19d9
1 changed files with 3 additions and 0 deletions
|
@ -44,6 +44,9 @@
|
||||||
port = 3000;
|
port = 3000;
|
||||||
useSubstitutes = true;
|
useSubstitutes = true;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
evaluator_max_memory_size = 4096
|
||||||
|
evaluator_workers = 8
|
||||||
|
max_concurrent_evals = 2
|
||||||
max_output_size = ${builtins.toString (8 * 1024 * 1024 * 1024)}
|
max_output_size = ${builtins.toString (8 * 1024 * 1024 * 1024)}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue