Jean-Paul Natola wrote: > Hi all, > > I'm trying to figure out where/how to limit the number of SA's child > processes - > > The Perl has been killing swap space, I *believe* this would remedy my > situation. > > Is this the appropriate list, or should I refer to FreeBSD list?
This is the appropriate list. How, exactly, are you calling SA? Normally folks use spamc/spamd. In which case, spamd by default limits it's own instances. Spamcs are light-weight, being simple C programs. If you're just calling "spamassassin" from a procmail script, set things up so spamd gets loaded at boot time and start calling spamc from your procmail instead.