tests/extern.nix: increase memory
got oom several time with rspamd 2.5 update
This commit is contained in:
parent
7ccf35cb5f
commit
8e95d4e456
|
@ -26,6 +26,8 @@ import (pkgs.path + "/nixos/tests/make-test.nix") {
|
||||||
./lib/config.nix
|
./lib/config.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
virtualisation.memorySize = 1024;
|
||||||
|
|
||||||
services.rsyslogd = {
|
services.rsyslogd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
defaultConfig = ''
|
defaultConfig = ''
|
||||||
|
|
Loading…
Reference in New Issue