Oban Lambie wrote:
I've now gone over 24 hours without a lock up and am thinking that I've got the correct servers and --max-conn-per-child configured. However, I am seeing a lot of these entries in the error logs (about 1 every 30 seconds)...
Nov 4 11:26:31 mail spamd[14372]: server hit by SIGCHLD
Nov 4 11:26:31 mail spamd[14372]: handled cleanup of child pid 26135
Nov 4 11:26:31 mail spamd[14372]: server successfully spawned child process, pid 26615
I know Rick said not to worry about it, and I'm trying not to, but I'm wondering if anyone could explain what is happening when the SIGCHLD hits? Is it an error? Or a normal exit? Or what?
Hi,
That is the child hitting the max connections and exiting, then a new child starting.
Regards,
Rick