Re: plperl doesn't release memory

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: plperl doesn't release memory
Дата
Msg-id 5599.1111697575@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: plperl doesn't release memory  (Sven Willenberger <sven@dmv.com>)
Ответы Re: plperl doesn't release memory  (Sven Willenberger <sven@dmv.com>)
Список pgsql-general
Sven Willenberger <sven@dmv.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

В списке pgsql-general по дате отправления:

Предыдущее
От: Ragnar Hafstað
Дата:
Сообщение: Re: sort array optimisation in pl/perl
Следующее
От: Greg Stark
Дата:
Сообщение: Re: plperl doesn't release memory