You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Plamen Stojanov <pa...@netclime.com> on 2002/10/08 17:03:05 UTC

memory usage problem!

Hi all,
I have a ig mem usage problem with perl. 
I load 2Mb data from a database in perl hash and perl takes 15Mb memory. As I 
use this under mod_perl - perl never returns this memory to the OS. I must 
set a little number for MaxRequestsPerChild in order to restart perl 
interpreter not to eat a lot of memory. 
Is there any solution to avoid such memory usage?