hydra: increase max_output_size
This is primarily a temporary measure; see here and around: https://github.com/NixOS/nixpkgs/pull/329650
Vladimír Čunát committed
Jul 25, 2024 at 14:14 UTC
4b5dd4f974d3f707b64ad60793b8182e645631ed
1 file changed
+2
-2
build/hydra.nix
+2
-2
@@ -47,8 +47,8 @@ in
47
max_unsupported_time = 86400
48
49
allow_import_from_derivation = false
50
-
51
- max_output_size = 3221225472 # 3 << 30 = 3 GB
50
+
51
+ max_output_size = 3421225472 # 3 << 30 + 200000000 = 3 GiB + 0.2 GB
52
max_db_connections = 350
53
54
queue_runner_metrics_address = [::]:9198