Re: perl garbage collector - Mailing list pgsql-performance

From Jean-Max Reymond
Subject Re: perl garbage collector
Date
Msg-id 4b09a0c0506281510239cbad4@mail.gmail.com
Whole thread Raw
In response to Re: perl garbage collector  (Jean-Max Reymond <jmreymond@gmail.com>)
List pgsql-performance
2005/6/28, Jean-Max Reymond <jmreymond@gmail.com>:
> For my application (in real life) afer millions of spi_exec_query, it
> grows up to 1Gb :-(

OK, now in 2 lines:

CREATE FUNCTION jmax() RETURNS integer
    AS $_$use strict;

for (my $i=0; $i<10000000;$i++) {
        spi_exec_query("select 'foo'");
}
my $j=1;$_$
    LANGUAGE plperlu SECURITY DEFINER

running this test and your postmaster eats a lot of memory.
it seems that there is a memory leak  in spi_exec_query :-(


--
Jean-Max Reymond
CKR Solutions Open Source
Nice France
http://www.ckr-solutions.com

pgsql-performance by date:

Previous
From: Matthew Nuzum
Date:
Subject: Re: optimized counting of web statistics
Next
From: Rudi Starcevic
Date:
Subject: Re: optimized counting of web statistics