Matthew Saltzman wrote : > On Tue, 2009-02-17 at 14:30 -0800, solarflow99 wrote: > > what program are you using? Because I had a perl based portal that > leaked > badly, yet when I changed to the worker MPM it was fine. Most leaks > i've > seen are from the application. This was long time ago, not tested > with 5.3. > > Trac, Subversion, Mailman, plain HTML. Note that I had no problems > before the most recent httpd update. None of the applications were > updated at that time, only httpd and associated modules.
I've just moved an svn server from a RHEL 5.2 i386 server to a RHEL 5.3 x86_64 server (both are domUs), and I did see a huge memory usage increase in the httpd processes with the svn through https accesses. This might be the same problem you've been having... I didn't have time to look into it, so I've just lowered the max requests per child to something ridiculously low (5) and enabled keepalive. That's enough to work around the problem. Matthias -- Clean custom Red Hat Linux rpm packages : http://freshrpms.net/ Fedora release 10 (Cambridge) - Linux kernel 2.6.27.12-170.2.5.fc10.x86_64 Load : 0.19 0.31 0.43 _______________________________________________ rhelv5-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/rhelv5-list
