On Apr 21, 2:51 pm, Jonathan Vanasco <[email protected]> wrote: > also, as i remember from my mod_perl days, apache doesn't like to free > memory on a "restart". you need to explicitly "stop" then "start".
There is still an issue with the OOM killer that kills an apache child and leaves the shared memory segments active. With apache stopped, ipcs | grep www-data (or the username that apache runs under) and you might still see some stale semaphore arrays stuck. -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
