Matt Kettler wrote:
>
> Your swap used should never be more than mem free if you can
> avoid it.
>
Note: by "mem free" I mean total "free" memory.. i.e.: mem free +
buffers + cache.
It's quite normal for just the "free" memory number to be low. Most OS's
will turn free memory into a really b
Qnet .. wrote:
> I start :
>
> #!/bin/sh
> # spamassassin This script starts and stops the spamd daemon
> #
>
> PATH=$PATH:/usr/local/sbin:/usr/local/bin
> case "$1" in
> start)
> cd /
>
> /usr/bin/spamd -v -u vpopmail -m 60 -x -q -s stderr -r
> /var/run/spamd/spamd.pid \
>
$0 stop && sleep
2 && $0 start
;;
*)
echo "usage: spamassassin.rc
(start|stop|restart)"
;;
esac
> Date: Mon, 5 Nov 2007 17:16:29 -0500
> From: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]; users@spamassassin.apache.org
> S
apache.org
> Subject: RE: Spamd HIGH LOAD
> Date: Mon, 5 Nov 2007 16:11:57 -0500
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> From: Qnet ..
> [mailto:[EMAIL PROTECTED]
>
> Sent: Monday, November 05, 2007
From: Qnet .. [mailto:[EMAIL PROTECTED]
Sent: Monday, November 05, 2007 2:47 PM
To: users@spamassassin.apache.org
Subject: Spamd HIGH LOAD
Hi,
My Qmail server work with spamassassin + clamav. The processes Spamd take
the most part of the load so it 's Spamassassin crash. Do you know any wa
Qnet .. wrote:
Hi,
My Qmail server work with spamassassin + clamav. The processes Spamd
take the most part of the *load *so it 's Spamassassin crash. Do you
know any way to solve it?
Please look the attach file( top -d1 ). Thank you so munch !
---