Re: plperl doesn't release memory

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Sven Willenberger <sven(at)dmv(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: plperl doesn't release memory
Date: 2005-03-24 20:52:55
Message-ID: 5599.1111697575@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Sven Willenberger <sven(at)dmv(dot)com> writes:
> Yes, on these systems, perl was build with -Dusemymalloc (and
> concurrently -Ui_malloc) so there could very well be an issue with
> malloc pools going awry. Doing a quick dig reveals that Linux tends to
> build perl (by default) with the system malloc which may explain why
> your script did not display this same behavior.

I can confirm that my copy is not using mymalloc:

$ perl -V | grep -i alloc
usemymalloc=n, bincompat5005=undef
$

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ragnar Hafstað 2005-03-24 20:53:06 Re: sort array optimisation in pl/perl
Previous Message Dan Sugalski 2005-03-24 20:36:46 Re: plperl doesn't release memory