From cffc760a101e93dc6d2ac74edc9d7cdd03ad04c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Fri, 3 Jan 2025 16:53:43 +0100 Subject: [PATCH] hydra nit: fix the partially outdated comment https://github.com/NixOS/infra/commit/bf009dda#commitcomment-150896412 --- build/hydra.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/hydra.nix b/build/hydra.nix index 281bea8..314894f 100644 --- a/build/hydra.nix +++ b/build/hydra.nix @@ -105,7 +105,7 @@ in allow_import_from_derivation = false - max_output_size = 3621225472 # 3 << 30 + 200000000 = 3 GiB + 0.4 GB + max_output_size = 3621225472 # 3 << 30 + 400000000 = 3 GiB + 0.4 GB max_db_connections = 350 queue_runner_metrics_address = [::]:9198