hydra: fix max output size

This commit is contained in:
Sandro - 2022-07-05 21:31:10 +02:00
parent 16c74bf177
commit 9d9d7b2757
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@
binary_cache_secret_key_file = ${key}
evaluator_workers = 4
evaluator_max_memory_size = 2048
max_output_size = ${toString (4*1024*1024)} # sd card and raw images
max_output_size = ${toString (4*1024*1024*1024)} # sd card and raw images
store_uri = auto?secret-key=${key}&write-nar-listing=1&ls-compression=zstd&log-compression=zstd
upload_logs_to_binary_cache = true
'';