From 997a0488efb3a34a7bc28e760baa9917efce1f51 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Thu, 25 Feb 2021 20:49:16 +0000 Subject: [PATCH] spamassassin: increase max children and increase max spare to decrease churn --- cookbooks/spamassassin/templates/default/spamassassin.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/spamassassin/templates/default/spamassassin.erb b/cookbooks/spamassassin/templates/default/spamassassin.erb index 286d1feeb..1f5769d50 100644 --- a/cookbooks/spamassassin/templates/default/spamassassin.erb +++ b/cookbooks/spamassassin/templates/default/spamassassin.erb @@ -10,7 +10,7 @@ ENABLED=1 # make sure --max-children is not set to anything higher than 5, # unless you know what you're doing. -OPTIONS="--username debian-spamd --nouser-config" +OPTIONS="--username debian-spamd --nouser-config --max-children=20 --max-spare=5" # Pid file # Where should spamd write its PID to file? If you use the -u or -- 2.39.5