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
1 changed files with 1 additions and 0 deletions

View File

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