On Wed, Mar 19, 2008 at 5:11 PM, Arnab Ganguly <aganguly01@xxxxxxxxx> wrote:There is no function internal to apache to do that. You can probably
> Hi All,
> How do I restrain Apache process to grow to a certain limit?
use ulimit in the script that starts apache. Of course, the processes
will die very ungracefully if they hit the OS limit.
You may want to look at MaxRequestsPerChild if you have buggy/leaky modules.
This will happen automatically for most resources. Is there some
> And also when
> the process dies how do I make sure it releases the resource it had
> acquired.
particular problem you are having?
This won't do very much in normal use. Apache will try to free memory
> What is the impact of the parameter MaxMemFree ?
back to the OS if it winds up with a bunch of unoccupied memory. The
OS may or may not reuse it. And in a busy server, it is unlikely that
particular processes will wind up allocating a bunch of memory and
then later not need it.
Joshua.
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
" from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx