>  PID USERNAME PRI NICE   SIZE    RES STATE    TIME   WCPU    CPU
COMMAND
> 3706 spamd    129    0   420M   300M RUN     12:01 85.21% 85.21% perl

Softlimit your call to spamd... That way it cant use 420M of physical
mem.  However, it should never use that much..  Are your bayes databases
large, or maybe your AWL database large?

I run spamd via daemontools.... So my run script looks like this..

#!/bin/bash
# set 50 MB membytes per forked spamd child just in
# case one goes crazy.. most should run 20-30 MB
exec /usr/local/bin/softlimit -m 50000000 /usr/bin/spamd -a -x -q 2>&1


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click
_______________________________________________
Qmail-scanner-general mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general

Reply via email to