Re: plpgsql memory leaks - Mailing list pgsql-hackers

From Tom Lane
Subject Re: plpgsql memory leaks
Date
Msg-id 810950.1705094753@sss.pgh.pa.us
Whole thread Raw
In response to Re: plpgsql memory leaks  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: plpgsql memory leaks
List pgsql-hackers
Pavel Stehule <pavel.stehule@gmail.com> writes:
> default master branch - res 190MB ram
> jit_inline_above_cost = -1 doesn't helps
> disabling JIT doesn't helps too,

> so it looks like the wrong hypothesis , and the problem is maybe somewhere
> else :-/

I see no leak with these examples on HEAD, either with or without
--enable-llvm --- the process size stays quite stable according
to "top".  I wonder if you are using some extension that's
contributing to the problem.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: libpq compression (part 3)
Next
From: Jim Nasby
Date:
Subject: Re: Make NUM_XLOGINSERT_LOCKS configurable