Re: [EMAIL PROTECTED] How to limit the size of each apache child process

2006-02-28 Thread Joshua Slive
On 2/28/06, Khai Doan <[EMAIL PROTECTED]> wrote: > Hi list, > > I am running apache 2 using prefork model, and wish to limit the size of > each apache process. After a request, it should check its size, and if > exceed a certain threshold, terminate itself. I have looked at RLimitMEM > directive,

[EMAIL PROTECTED] How to limit the size of each apache child process

2006-02-28 Thread Khai Doan
Hi list, I am running apache 2 using prefork model, and wish to limit the size of each apache process. After a request, it should check its size, and if exceed a certain threshold, terminate itself. I have looked at RLimitMEM directive, but it says that this directive only apply to subproces