Skip to content

Commit 7c8f6d7

Browse files
authored
Merge pull request #594 from vcunat/p/max_output_size
hydra: increase max_output_size
2 parents 3caccc2 + 8f3168e commit 7c8f6d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/hydra.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ in
106106
107107
allow_import_from_derivation = false
108108
109-
max_output_size = 3821225472 # 3 << 30 + 600000000 = 3 GiB + 0.6 GB
109+
max_output_size = 4121225472 # 3 << 30 + 900000000 = 3 GiB + 0.9 GB
110110
max_db_connections = 350
111111
112112
queue_runner_metrics_address = [::]:9198

0 commit comments

Comments
 (0)