hydra: increase max_output_size (yet again)
https://github.com/NixOS/nixpkgs/pull/436667#issuecomment-3225514455
Vladimír Čunát committed
Aug 27, 2025 at 07:18 UTC
7fa5aa0df413b7d116e5940b71f98439ce01b3d5
1 file changed
+1
-1
build/hydra.nix
+1
-1
@@ -112,7 +112,7 @@ in
112
113
allow_import_from_derivation = false
114
115
- max_output_size = 4121225472 # 3 << 30 + 900000000 = 3 GiB + 0.9 GB
115
+ max_output_size = 4294967295 # 4 GiB - 1 B
116
max_db_connections = 350
117
118
queue_runner_metrics_address = [::]:9198