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

2004-11-19 Thread LOGS \(Tunc Eresen\)
 

-Original Message-
From: Jeremy Rumpf [mailto:[EMAIL PROTECTED] 
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




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

2004-11-18 Thread LOGS \(Tunc Eresen\)
 Is there a way of reducing or caping CPU usage spamd by issuing commands or
making changes in config?

Regards 
Tunc




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

2004-11-18 Thread Jeremy Rumpf
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