Re: spamd process getting silently killed - Ubuntu Server 12.04

2014-03-10 Thread Axb
On 03/10/2014 11:43 AM, Re@lබණ්ඩා™ wrote: Hi All, I'm experiencing a weird situation as the spamd process gets killed after running 2-3 days on Ubuntu 12.04 server edition. There is no sign of a failure in logs. Currently what I do is running a script to check spamd process for every 10 secs. Is

Re: spamd process using to much cpu (again)

2004-12-06 Thread Matias Lopez Bergero
Michael Parker wrote: On Thu, Dec 02, 2004 at 04:25:46PM -0300, Matias Lopez Bergero wrote: From time to time, some spamd process sticks on top of the top listing with an ~90% CPU utilization, like this: 27639 mselig39 19 30104 29M 2472 R N 105.2 1.9 60:04 0 spamd There is a way to pre

Re: spamd process using to much cpu (again)

2004-12-06 Thread Theo Van Dinter
On Mon, Dec 06, 2004 at 09:03:20AM -0600, Smart,Dan wrote: > PMJI, but how do you know you exceeded the token threshold? What command do > you run, and what statistic do you look for? "sa-learn --dump magic" Check to see when ntokens goes over your bayes_expiry_max_db_size setting. -- Randomly

RE: spamd process using to much cpu (again)

2004-12-06 Thread Smart,Dan
ssassin.apache.org > Subject: Re: spamd process using to much cpu (again) > > On Fri, Dec 03, 2004 at 01:05:38PM -0300, Matias Lopez Bergero wrote: > > > > How often do I need to run sa-lern --force-expire? > > > > That highly depends on your email traffic. T

Re: spamd process using to much cpu (again)

2004-12-03 Thread Michael Parker
On Fri, Dec 03, 2004 at 01:05:38PM -0300, Matias Lopez Bergero wrote: > > How often do I need to run sa-lern --force-expire? > That highly depends on your email traffic. Turn off auto expiration and watch your database for a day or so and determine how long it takes to learn enough to go over t

Re: spamd process using to much cpu (again)

2004-12-03 Thread Matias Lopez Bergero
Michael Parker wrote: On Thu, Dec 02, 2004 at 05:07:48PM -0300, Matias Lopez Bergero wrote: Depending on your setup you could turn off bayes_auto_expire and do the expiration manually (ie sa-learn --force-expire), at a time that you control. Unfortunately, unless you are running a sitewide bayes c

Re: spamd process using to much cpu (again)

2004-12-02 Thread Matias Lopez Bergero
Michael Parker wrote: On Thu, Dec 02, 2004 at 05:07:48PM -0300, Matias Lopez Bergero wrote: If you're running 3.0, you could move your bayes databases to SQL which has a much faster expiration time (roughly 7 times faster). This would also allow you to offload some of the CPU and IO consumption to

Re: spamd process using to much cpu (again)

2004-12-02 Thread Michael Parker
On Thu, Dec 02, 2004 at 05:07:48PM -0300, Matias Lopez Bergero wrote: > > >Depending on your setup you could turn off bayes_auto_expire and do > >the expiration manually (ie sa-learn --force-expire), at a time that > >you control. Unfortunately, unless you are running a sitewide bayes > >config,

Re: spamd process using to much cpu (again)

2004-12-02 Thread Matias Lopez Bergero
Michael Parker wrote: On Thu, Dec 02, 2004 at 04:25:46PM -0300, Matias Lopez Bergero wrote: From time to time, some spamd process sticks on top of the top listing with an ~90% CPU utilization There is a way to prevent this? > Possibly. What can be causing this hi CPU usage? I can't be 100% sure,

Re: spamd process using to much cpu (again)

2004-12-02 Thread Michael Parker
On Thu, Dec 02, 2004 at 04:25:46PM -0300, Matias Lopez Bergero wrote: > > Well, I fix the speed problem that I was having with SA, but I still > have the CPU consumption problem. > > From time to time, some spamd process sticks on top of the top listing > with an ~90% CPU utilization, like this

Re: spamd process using to much cpu

2004-11-26 Thread Matias Lopez Bergero
problem solved. the thing was the LANG variable, it as set to en_US.UTF-8, I set to en_US and that was the end of the problem. :-X RB, Matías ps. it is still geting to much spam trought, where should i read to solve this?? Matías López Bergero wrote: Hello Matt, Thank you for ur answer, Matt Ke

Re: spamd process using to much cpu

2004-11-19 Thread Matías López Bergero
Hello Matt, Thank you for ur answer, Matt Kettler dijo: > At 04:13 PM 11/18/2004, Matias Lopez Bergero wrote: >>I'm seeing a heavy cpu usage in some process of spamd for a long time and >>sometimes they just hang there until I kill them(usage goes from 80% to >> 97%). >>Also my system is reporting

Re: spamd process using to much cpu

2004-11-18 Thread Matt Kettler
At 04:13 PM 11/18/2004, Matias Lopez Bergero wrote: I'm seeing a heavy cpu usage in some process of spamd for a long time and sometimes they just hang there until I kill them(usage goes from 80% to 97%). Also my system is reporting a high iowait load and a high disk usage that stops if a shutdown

Re: spamd process

2004-10-11 Thread Theo Van Dinter
On Mon, Oct 11, 2004 at 11:35:31AM +0400, Khalid Waheed wrote: > Is there any option to set min and max child process of spamd? It's in the spamd man page: "-m #" sets the max # of child processes > Is spamd-child process is multi threaded, or it handles single message > at a time?? spamd is pr