Hi everyone, I have the following problem - some of the httpd child processes on my server reach size of about 50M. The server is loaded with one AxKit site and few small static sites. The AxKit site is entirely based on XSP and 2 custom tags. Bellow is my httpd.conf:
PerlModule AxKit AxDebugLevel 1 AxNoCache On AxGzipOutput On AxCacheDir /tmp AxAddXSPTaglib AxKit::XSP::Util AxAddXSPTaglib AxKit::XSP::Param AxAddXSPTaglib AxKit::XSP::Exception AxAddXSPTaglib AxKit::XSP::WebUtils AxAddXSPTaglib AxKit::XSP::Kangol::News AxAddXSPTaglib AxKit::XSP::Kangol::GetText AxAddStyleMap application/x-xsp Apache::AxKit::Language::XSP What should I do to reduce these killing 50M to lets say 20? Is it possible errors in my code to cause such overload? I'm sure I don't have an infinite loop in my AxKit pages :) and the error log says everything is ok. I'm using apache 1.3.22, mod_perl 1.26, AxKit 1.5. Regards, Pavel
