On 29/09/2006 15:53, Balzi Andrea wrote: > I've change from 5 to 10 and I've upgrade the RAM to 6GB, but I've the same > problem. > every child it occupies approximately 450MB of RAM
Yikes! That's enormous. It should be 25-30MB at startup - most of that's shared between children (perl interpreter, shared libraries, etc.) - and it shouldn't grow too much bigger. I have found some versions of SpamAssassin to suffer memory leaks, so I now run spamd with --max-conn-per-child=100 so that each spamd child doesn't grow too big. Cheers, John. -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
