@cryptotaxi247 / infra-1 / commits / dde64ea4

hydra: increase max_output_size

The new ISOs will have the LTS and latest kernel integrated as specialisations, which makes them about 205 MB larger on x86-64-linux. What we get out of this is one less separate ISO for x86_64-linux and aarch64-linux we need to create and store.

Martin Weinelt committed Jan 6, 2025 at 22:22 UTC dde64ea4009d21fc45174b87a932e42bce54fe94
1 file changed +1 -1
build/hydra.nix
+1 -1
@@ -105,7 +105,7 @@ in
105
106 allow_import_from_derivation = false
107
108 - max_output_size = 3621225472 # 3 << 30 + 400000000 = 3 GiB + 0.4 GB
108 + max_output_size = 3821225472 # 3 << 30 + 600000000 = 3 GiB + 0.6 GB
109 max_db_connections = 350
110
111 queue_runner_metrics_address = [::]:9198