@cryptotaxi247 / infra-1 / commits / bf009dda

hydra: increase max_output_size again

The ISOs are going up all the time. Now the main role is zstd: https://github.com/NixOS/nixpkgs/pull/338652 (ACKed by mweinelt/hexa in #staging chat)

Vladimír Čunát committed Oct 31, 2024 at 12:20 UTC bf009ddafaf7f2388e6899d9d269ec4bfe82d355
1 file changed +1 -1
build/hydra.nix
+1 -1
@@ -48,7 +48,7 @@ in
48
49 allow_import_from_derivation = false
50
51 - max_output_size = 3421225472 # 3 << 30 + 200000000 = 3 GiB + 0.2 GB
51 + max_output_size = 3621225472 # 3 << 30 + 200000000 = 3 GiB + 0.4 GB
52 max_db_connections = 350
53
54 queue_runner_metrics_address = [::]:9198