From 0d832ee98e9db4afb099f715c138c82e66f95743 Mon Sep 17 00:00:00 2001 From: WilliButz Date: Fri, 6 Mar 2020 10:14:47 +0100 Subject: [PATCH] nixos/tests/prometheus-exporters: increase memory for rspamd Before this, the test failed because rspamd did invoke the oom-killer. --- nixos/tests/prometheus-exporters.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/tests/prometheus-exporters.nix b/nixos/tests/prometheus-exporters.nix index b84e589e84cb..00c7b915c883 100644 --- a/nixos/tests/prometheus-exporters.nix +++ b/nixos/tests/prometheus-exporters.nix @@ -363,6 +363,7 @@ let }; metricProvider = { services.rspamd.enable = true; + virtualisation.memorySize = 1024; }; exporterTest = '' wait_for_unit("rspamd.service")