memory leak?

Cantor, Scott cantor.2 at osu.edu
Tue Sep 13 15:25:28 BST 2011


On 9/13/11 10:19 AM, "Steve Wills" <swills at webassign.net> wrote:
>
>Thanks Scott, that explains it. Would you recommend MPM event or worker?
>I'm guessing worker?

Worker. If you absolutely require prefork, then you should use the
stackSize option to reduce the thread stacks. Or use ulimit to do it.

That is generally why it crashes. The leaks are there, but they're tiny in
comparison to that issue.

-- Scott



More information about the users mailing list