Re: perl garbage collector

Поиск
Список
Период
Сортировка
От Jean-Max Reymond
Тема Re: perl garbage collector
Дата
Msg-id 4b09a0c0506281510239cbad4@mail.gmail.com
обсуждение исходный текст
Ответ на Re: perl garbage collector  (Jean-Max Reymond <jmreymond@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Matthew Nuzum
Дата:
Сообщение: Re: optimized counting of web statistics
Следующее
От: Rudi Starcevic
Дата:
Сообщение: Re: optimized counting of web statistics