On Saturday 20 March 2004 15:03, Trog wrote:

> It looks like your system is running out of file descriptors (or maybe some other 
> resource).
> Have a look through the /proc filesystem, and find out if any of the processes are
> leaking file descriptors.

Early about configuration anew.

Now I create experiment on separate server (I write about it in another thread). 
Only clamd/clamav-milter running on it (of course, some standart software, e.q. 
syslogd, crond, e.t.c. running too). sendmail on this server running only for
deliver messages from daemons.

clamav-milter paramerers: -l -d -H -D --postmaster-only inet:[EMAIL PROTECTED]
clamd.conf:
MaxConnectionQueueLength 30
StreamSaveToDisk
StreamMaxLength 5M
MaxThreads 1000
ThreadTimeout 10

# ps ax|grep clamd|cut -f1 -d'?'|grep -v grep|sed -e 's/ *//' |\
while read f; do echo -n "pocess $f: "; ls /proc/$f/fd/ |wc -l; done
pocess 19968: 62
pocess 14843: 62
pocess 25025: 62
pocess 25029: 62
pocess 25031: 62
pocess 25094: 62
pocess 31032: 62
pocess 31094: 62
pocess 32242: 62
pocess 32317: 62

All clamav-milter proceses have about 400 open sockets now.

# ps ax|grep clamav-milter|wc -l
178

clamd/clamav-milter work on this server (I have 6 servers with
Clam AV with different Linux distributibes and different mail 
load; now i say about server with most mail traffic) after last 
restart at Mar 19 10:32 without change configuration and version.

-- 
Regards,
Sergey

PS: I'm not good write and speak on english, sorry. :-(
Ask to repeat if it is necessary.



-------------------------------------------------------
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_id=1470&alloc_id=3638&op=click
_______________________________________________
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users

Reply via email to