mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2024-12-27 07:26:22 +01:00
tests/intern: set memorySize to 1G
There is an OOM when running this test.
This commit is contained in:
parent
abe3c4aedc
commit
9b5779de16
1 changed files with 2 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue