On 6/19/2015 2:31 PM, Nick Gill wrote:
Greetings,
spamd is using 100% CPU on my RaspberryPi 2 B, even though there is no
email coming in. Each process only runs 10 seconds or so, but then a
new one starts. (I have m set to 1)
I tried some of the tips on the site, ran sa-compile and disabled most
plugins, but that didn't help much(at all).
I don't know that we really tested SA on the Raspberry pie beyond the
make test, but it sounds like perhaps you are causing SA to regen too
quickly?
Perhaps something like: --min-spare=1 --min-children=2 --max-spare=1
--max-conn-per-child=1000 --max-children=2 ?
What command line are you using?
Regards,
KAM