On Thu, Dec 06, 2001 at 04:58:31PM +0300, alexis@kubic wrote:
> Hello All,
> 
> I have a problem with configuring Apache from mod_perl.
> 
> Descriptions of all virtual host i've got from MySQL DB.
> 
> And in cycle wrote:
>
[snip]
> 
> And all well (all works!), but when rebooting an apache (apachectl restart) size,
> occupied by each process, increases (as a rule on 2Mb).
> 
> Where rake, but?
> 
> Platform - FreeBSD 4.3-RELEASE
> Apache/1.3.20 (Unix) mod_perl/1.26 mod_ssl/2.8.4 OpenSSL/0.9.6 PHP/4.0.6 rus/PL30.5

This memory leak on restart is common when Apache is compiled as a
DSO.

I suggest stopping and starting the server.  This command has worked
for me in the past.

   apachectl stop; sleep 1; apachectl start


-- 
Paul Lindner   [EMAIL PROTECTED]    ||||| | | | |  |  |  |   |   |

    mod_perl Developer's Cookbook   http://www.modperlcookbook.org
         Human Rights Declaration   http://www.unhchr.ch/udhr/index.htm

Reply via email to