tests/intern: set memorySize to 1G

There is an OOM when running this test.
This commit is contained in:
Antoine Eiche 2020-04-26 09:32:07 +02:00
parent abe3c4aedc
commit 9b5779de16

View File

@ -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";