Re: the memory used increases

2005-02-20 Thread Perrin Harkins
Octavian Rasnita wrote: I am using mod_perl and I try to initialize every variable before using it with "" or undef, but even so, I can see that the memory used by Apache increases more and more after using the site. It's probably because you are doing things that require more memory. Actual memor

the memory used increases

2005-02-20 Thread Octavian Rasnita
Hi, I am using mod_perl and I try to initialize every variable before using it with "" or undef, but even so, I can see that the memory used by Apache increases more and more after using the site. Are there any tips and hints about what should we do to avoid this memory increase somewhere on the