Regarding MaxRequestsPerChild, what would be a reasonable range of values to limit memory consumption a bit in a Windows 2000 environment where Apache 2.2.4 is being used to serve a small very low traffic web site and blogs via DSL? I've been seeing httpd plateau at about 187MB, which seems a bit much for the intended purpose.

Mark

Joshua Slive wrote:
On 5/11/07, Arnab Ganguly <[EMAIL PROTECTED]> wrote:
Hi,
How is the memory handled in Apache.I see the daemon process launched by Apache, as it runs for a long time both its SZ and RSS increases over the period of time.Is there any memory issues in Apache?What should I do to take
care of it?I have kept the MaxRequestPerChild as 0.Looking forward for
response.

I don't believe there are any known memory leaks in apache httpd. But
it wouldn't be unusual for memory usage to increase somewhat over time
since some requests require more memory than others and it is usually
impossible to return memory to the OS. It shouldn't continue to rise
indefinitely. Memory leaks might be present in some module that you
using with apache.

You can, of course, recycle processes occasionally by setting
MaxRequestsPerChild to some not-too-small number.

Other than that, I'm not sure what question you are really asking.

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: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
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: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to