tests/intern: set memorySize to 1G
There is an OOM when running this test.
This commit is contained in:
parent
abe3c4aedc
commit
9b5779de16
|
@ -44,6 +44,8 @@ import (pkgs.path + "/nixos/tests/make-test.nix") {
|
||||||
./lib/config.nix
|
./lib/config.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
virtualisation.memorySize = 1024;
|
||||||
|
|
||||||
mailserver = {
|
mailserver = {
|
||||||
enable = true;
|
enable = true;
|
||||||
fqdn = "mail.example.com";
|
fqdn = "mail.example.com";
|
||||||
|
|
Loading…
Reference in New Issue