forked from emily/nixfiles
hydra: Increase max_output_size
This commit is contained in:
parent
bf5e1c03f9
commit
0d5158fb36
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@
|
||||||
binary_cache_public_uri = https://cache.kyouma.net
|
binary_cache_public_uri = https://cache.kyouma.net
|
||||||
evaluator_workers = 8
|
evaluator_workers = 8
|
||||||
evaluator_max_memory_size = 16384
|
evaluator_max_memory_size = 16384
|
||||||
|
max_output_size = 4294967296
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
services.harmonia = {
|
services.harmonia = {
|
||||||
|
|
Loading…
Reference in a new issue