From d83926c86c49ec602a8cda07f4fd5389af56880c Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Fri, 30 May 2025 18:12:10 +0200 Subject: [PATCH] nixos/tests/pretix: increase memory to 2 GiB During the test I noticed that journald said it was under memory pressure and the test progress slowed to a crawl. --- nixos/tests/web-apps/pretix.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/tests/web-apps/pretix.nix b/nixos/tests/web-apps/pretix.nix index ac89a7b3fec3..f99bb8733547 100644 --- a/nixos/tests/web-apps/pretix.nix +++ b/nixos/tests/web-apps/pretix.nix @@ -10,6 +10,8 @@ nodes = { pretix = { + virtualisation.memorySize = 2048; + networking.extraHosts = '' 127.0.0.1 tickets.local '';