@cryptotaxi247 / infra / commits / 8f3168ee

hydra: increase max_output_size

That's needed for combined ISOs. For reference see here and around: https://github.com/NixOS/nixos-channel-scripts/pull/77

Vladimír Čunát committed Mar 18, 2025 at 09:26 UTC 8f3168ee28cef448dc29d0cfadfe0608b9cde8cb
1 file changed +1 -1
build/hydra.nix
+1 -1
@@ -106,7 +106,7 @@ in
106
107 allow_import_from_derivation = false
108
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
110 max_db_connections = 350
111
112 queue_runner_metrics_address = [::]:9198