On Jul 28, 2006, at 5:14 PM, Michael Grant wrote:
Every few weeks, I have to totally kill and restart clamd and
clamav-milter because it gets into a state where it just keeps
starting clamav-milter processes until the machine is unusable.

# clamd -V
ClamAV 0.88.3/1624/Thu Jul 27 13:11:25 2006

You should consider your mail configuration and restrict the number of child processes which can be spawned to handle queued mail (aka "queue runners"):

# limit on number of concurrent queue runners
#O MaxQueueChildren

You might also find it helpful to set up additional queue groups, or switch to queued or deferred delivery mode. (Or you might switch to something like Postfix which lets you control the degree of parallelism for the various parts of the email system more easily than sendmail allows you to...)

--
-Chuck

_______________________________________________
http://lurker.clamav.net/list/clamav-users.html

Reply via email to