You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@spamassassin.apache.org by Jeremy Rumpf <jr...@heavyload.net> on 2004/11/18 18:20:23 UTC

Re: How can I bring CPU down where Spamd takes %60 of all CPU?

On Thursday 18 November 2004 04:20 am, LOGS (Tunc Eresen) wrote:
>  Is there a way of reducing or caping CPU usage spamd by issuing commands
> or making changes in config?
>
> Regards
> Tunc

If you must, nice it down to a lower priority. In your startup script add a 
nice adjustment to the spamd launch:

nice -n15 spamd .........

or "man nice" form more details.

HTH,
Jeremy 


RE: How can I bring CPU down where Spamd takes %60 of all CPU?

Posted by "LOGS (Tunc Eresen)" <lo...@eresen.com>.
 

-----Original Message-----
From: Jeremy Rumpf [mailto:jrumpf@heavyload.net] 
Sent: 18 November 2004 17:20
To: LOGS (Tunc Eresen); users@spamassassin.apache.org
Subject: Re: How can I bring CPU down where Spamd takes %60 of all CPU?

On Thursday 18 November 2004 04:20 am, LOGS (Tunc Eresen) wrote:
>  Is there a way of reducing or caping CPU usage spamd by issuing 
> commands or making changes in config?
>
> Regards
> Tunc

If you must, nice it down to a lower priority. In your startup script add a
nice adjustment to the spamd launch:

nice -n15 spamd .........

or "man nice" form more details.

HTH,
Jeremy 
--------------


Thanks but I don't know how to insert this line into which script, Since I
am novice for all help would be most appreciated,

Tunc