summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAntoine Eiche <lewo@abesis.fr>2020-04-26 09:32:07 +0200
committerAntoine Eiche <lewo@abesis.fr>2020-05-08 20:43:46 +0200
commit9b5779de163d4a4ec2ec095ab29141eb60c29411 (patch)
tree6dac633e4f930863b5fd56617eddaf04c70cae66 /tests
parentabe3c4aedc21aafea0d5fbd659119a1c36cef822 (diff)
tests/intern: set memorySize to 1G
There is an OOM when running this test.
Diffstat (limited to 'tests')
-rw-r--r--tests/intern.nix2
1 files changed, 2 insertions, 0 deletions
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";