hydra: set low memory hydra settings

This commit is contained in:
Astro 2022-05-12 02:59:24 +02:00
parent d29c13f642
commit aa1dbcaafc
1 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,8 @@ in {
useSubstitutes = true; useSubstitutes = true;
extraConfig = '' extraConfig = ''
max_output_size = 4294967296 max_output_size = 4294967296
evaluator_workers = 1
evaluator_max_memory_size = 65536
''; '';
}; };
systemd.services.hydra-evaluator.serviceConfig = { systemd.services.hydra-evaluator.serviceConfig = {