On Thu, Dec 25, 2014 at 10:22:10PM -0500, Ariel wrote: > With apache2.2 the itk module does not configure MaxClients etc. The other > mpm workers have an entry in apache2.conf, but not itk. > > This caused my server to run out of memory and start killing processes > (OOM).
Are you sure you are interpreting the situation correctly? In 2.4, mpm-itk (despite the name) is no longer an MPM, just a module that hook on top of prefork. In other words, the prefork limits should still apply just fine, unless you have deleted them. /* Steinar */ -- Homepage: http://www.sesse.net/ -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

