mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2024-11-11 11:29:17 +05:00
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
|
||||
];
|
||||
|
||||
virtualisation.memorySize = 1024;
|
||||
|
||||
services.rsyslogd = {
|
||||
enable = true;
|
||||
defaultConfig = ''
|
||||
|
Loading…
Reference in New Issue
Block a user