nixos/tests/prometheus-exporters: increase memory for rspamd

Before this, the test failed because rspamd did invoke the oom-killer.
This commit is contained in:
WilliButz 2020-03-06 10:14:47 +01:00
parent 462ecfb72a
commit 0d832ee98e
No known key found for this signature in database
GPG key ID: 92582A10F1179CB2

View file

@ -363,6 +363,7 @@ let
};
metricProvider = {
services.rspamd.enable = true;
virtualisation.memorySize = 1024;
};
exporterTest = ''
wait_for_unit("rspamd.service")