From 6fe98c3cc8617d43008dec60aa3b7cc921459688 Mon Sep 17 00:00:00 2001 From: netali Date: Thu, 14 Dec 2023 18:03:22 +0100 Subject: [PATCH] nixos/tests/zammad: set memory limit to 2048 MB It seems like Zammad and the postgreSQL need more then 1 GB memory after the update to Zammad 6.2.0. So this commit sets the memory limit to 2 GB. --- nixos/tests/zammad.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nixos/tests/zammad.nix b/nixos/tests/zammad.nix index 1b2f24594699..faae1949e37b 100644 --- a/nixos/tests/zammad.nix +++ b/nixos/tests/zammad.nix @@ -7,6 +7,10 @@ import ./make-test-python.nix ( meta.maintainers = with lib.maintainers; [ taeer n0emis netali ]; nodes.machine = { config, ... }: { + virtualisation = { + memorySize = 2048; + }; + services.zammad.enable = true; services.zammad.secretKeyBaseFile = pkgs.writeText "secret" '' 52882ef142066e09ab99ce816ba72522e789505caba224a52d750ec7dc872c2c371b2fd19f16b25dfbdd435a4dd46cb3df9f82eb63fafad715056bdfe25740d6