Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
nixos/tests/prometheus-exporters: increase memory for rspamd
Browse files Browse the repository at this point in the history
Before this, the test failed because rspamd did invoke the oom-killer.
  • Loading branch information
WilliButz committed Mar 6, 2020
1 parent 462ecfb commit 0d832ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nixos/tests/prometheus-exporters.nix
Expand Up @@ -363,6 +363,7 @@ let
};
metricProvider = {
services.rspamd.enable = true;
virtualisation.memorySize = 1024;
};
exporterTest = ''
wait_for_unit("rspamd.service")
Expand Down

0 comments on commit 0d832ee

Please sign in to comment.