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:17:22 +01:00
parent 462ecfb72a
commit 0d832ee98e
+1
View File
@@ -363,6 +363,7 @@ let
};
metricProvider = {
services.rspamd.enable = true;
virtualisation.memorySize = 1024;
};
exporterTest = ''
wait_for_unit("rspamd.service")