From 9b5779de163d4a4ec2ec095ab29141eb60c29411 Mon Sep 17 00:00:00 2001 From: Antoine Eiche Date: Sun, 26 Apr 2020 09:32:07 +0200 Subject: [PATCH] tests/intern: set memorySize to 1G There is an OOM when running this test. --- tests/intern.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/intern.nix b/tests/intern.nix index a4b17f9..039f2e1 100644 --- a/tests/intern.nix +++ b/tests/intern.nix @@ -44,6 +44,8 @@ import (pkgs.path + "/nixos/tests/make-test.nix") { ./lib/config.nix ]; + virtualisation.memorySize = 1024; + mailserver = { enable = true; fqdn = "mail.example.com";