[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

AW: Re: Apache.exe eating all memory?

From: Susser, Michael RD-AS5 EXT <Michael.Susser.ext_at_heidelberg.com>
Date: 2006-04-12 08:18:42 CEST

Hi,

>Though not exactly the solution, did you try the MaxMemFree
apache-directive?
>We had some performance problems some months ago due to too much
memory-hanger, and
>applying a "MaxMemFree 80000" did solve it.

The trick with MaxMemFree did it! But the value of 80000 was *much* to
high in my case. MaxMemFree is valid per thread and having 500 threads *
80000 kilo bytes = 40 giga bytes blasted the memory ;-)

I did not test it with Apache 2.2, but with 2.0.55 it works fine. This
is my current configuration (for those who have the same problem):

MaxMemFree 300
ThreadsPerChild 500
MaxRequestsPerChild 0

Thanks to all,
Michael

Confidentiality note:
The information in this email and any attachment may contain confidential and proprietary information of Heidelberger Druckmaschinen AG and/or its affiliates and may be privileged or otherwise protected from disclosure. If you are not the intended recipient, you are hereby notified that any review, reliance or distribution by others or forwarding without express permission is strictly prohibited and may cause liability. In case you have received this message due to an error in transmission, we kindly ask you to notify the sender immediately and to delete this email and any attachment from your system.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Apr 12 08:20:07 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.