Re: perl garbage collector

From: Vivek Khera <vivek(at)khera(dot)org>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: perl garbage collector
Date: 2005-06-27 21:11:47
Message-ID: DE3C0DB6-143B-4793-8212-6691570C70F9@khera.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance


On Jun 27, 2005, at 4:46 PM, Jean-Max Reymond wrote:

> Hi,
> I have a stored procedure written in perl and I doubt that perl's
> garbage collector is working :-(
> after a lot of work, postmaster has a size of 1100 Mb and I think
> that the keyword "undef" has no effects.
> Before tuning my procedure, does it exist a known issue, a
> workaround ?

just because your application frees the memory doesn't mean that the
OS takes it back. in other words, don't confuse memory usage with
memory leakage.

Vivek Khera, Ph.D.
+1-301-869-4449 x806

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Josh Berkus 2005-06-27 22:37:41 Re: Poor index choice -- multiple indexes of the same columns
Previous Message Jean-Max Reymond 2005-06-27 20:46:48 perl garbage collector