modules/nixos/hydra: evaluator settings

This commit is contained in:
zowoq 2024-08-10 08:39:49 +10:00
parent c52cfd3094
commit fd426c19d9

View file

@ -44,6 +44,9 @@
port = 3000;
useSubstitutes = true;
extraConfig = ''
evaluator_max_memory_size = 4096
evaluator_workers = 8
max_concurrent_evals = 2
max_output_size = ${builtins.toString (8 * 1024 * 1024 * 1024)}
'';
};