nixos/tests/rspamd: increase memory

rspamd seems to be consuming more memory now sometimes, causing OOMs in
the test.

Increase the memory given to these VMs to make the tests pass more
reliably.

Changed files
+5
nixos
tests
+5
nixos/tests/rspamd.nix
···
machine = {
services.rspamd.enable = true;
networking.enableIPv6 = enableIPv6;
+
virtualisation.memorySize = 1024;
};
testScript = ''
start_all()
···
group = "rspamd";
}];
};
+
virtualisation.memorySize = 1024;
};
testScript = ''
···
'';
};
};
+
virtualisation.memorySize = 1024;
};
testScript = ''
···
rspamd_logger.infox(rspamd_config, 'Work dammit!!!')
'';
};
+
virtualisation.memorySize = 1024;
};
testScript = ''
${initMachine}
···
postfix.enable = true;
workers.rspamd_proxy.type = "rspamd_proxy";
};
+
virtualisation.memorySize = 1024;
};
testScript = ''
${initMachine}