Hi there,

On Tue, 8 Oct 2002, Plamen Stojanov wrote:

> I have a ig mem usage problem with perl. 
> I load 2Mb data from a database in perl hash and perl takes 15Mb memory.

This isn't a big memory problem unless you only have 32Mb RAM in which
case you're going to run out of memory with mod_perl soon anyway.

> Is there any solution to avoid such memory usage?

Don't load the data into memory that way.  There are also ways to
share data between processes, check the archives for discussions on
the topic - it gets discussed a lot.

73,
Ged.

Reply via email to