On Jul 6, 2005, at 4:16 PM, Jean-Paul Natola wrote:
> Here's the situation ,  minute after I launch Spamassassin the  
> machine starts
> crawling,  although top shows anywhere from 50 - 90 idle  it just  
> slows down
> extremely , for example I'll type top  and wait anywhere between 4  
> and 12
> seconds before it actually  brings up the screen.

Sounds like you are swapping.  You can check top or vmstat to see for  
sure.  You can control the number of SA child processes by adding a "- 
m NNN" flag to spamd_flags in /usr/local/etc/rc.d/sa-spamd.sh.

-- 
-Chuck
Excuse my ignorance  ;

Here's the original line

spamd_flags=${spamd_flags:-"-c -d  -r ${spamd_pidfile}"}

is this how I should change it?


spamd_flags=${spamd_flags:-"-c -d  -r - m 20 ${spamd_pidfile}"}



_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to