[Spacewalk-list] Apache2::SizeLimit too big

Jesus M. Rodriguez jmrodri at gmail.com
Tue Jan 20 00:54:26 UTC 2009


On Mon, Jan 19, 2009 at 6:40 PM, Brian Kosick <bkosick at mxlogic.com> wrote:
> Hi All,
>
> I've been trying to troubleshoot the 64bit memleak reported here:
>
> https://bugzilla.redhat.com/show_bug.cgi?id=465796
>
> So far I've created rpms and updated httpd = 2.2.11, mod_perl 2.0.4 and
> updated the sys perl version to perl-5.8.8-15.el5_2.1.  Still same
> issue.   Can someone help elucidate the mod_perl/tomcat/spacewalk
> interactions.   From looking at the configs it almost looks like
> mod_perl is used for DB connections using RHN::DB, and for monitoring
> the apache treadsize.   With Tomcat/JSP handling most everything else.
> Am I correct?   How far have others gotten with this?

mod_perl handles monitoring and any url that ends with .pxt.  It is correct that
it connects to the DB via RHN::DB.  The xmlrpc api, *.do urls, and
*.jsp urls are all
being handled by tomcat.
mod_python handles the client interactions.

https://hosted.fedoraproject.org/spacewalk/wiki/Architecture

It is indeed a weird bug. One would think it is a memory leak because
the SizeLimit
continues to grow and doesn't seem to level off, but on 32-bit
versions it has never
been an issue.

jesus




More information about the Spacewalk-list mailing list