Re: BUG #16707: Memory leak

From: Kurt Roeckx <kurt(at)roeckx(dot)be>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #16707: Memory leak
Date: 2020-11-11 12:14:20
Message-ID: 20201111121420.GA666413@roeckx.be
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Wed, Nov 11, 2020 at 10:49:18AM +0100, Kurt Roeckx wrote:
> > Hm, darn. Any chance you could check if the leak is present if you turn
> > on jit again, but disable inlining with jit_inline_above_cost=-1? If
> > that still fixes the leak I think I know the issue / have a reproducer
> > already...
> I've just restarted it with
> jit=1
> jit_inline_above_cost=-1

So after more than 2 hours, I see no leak with those settings.

Kurt

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Pavel Borisov 2020-11-11 14:13:13 Re: BUG #16663: DROP INDEX did not free up disk space: idle connection hold file marked as deleted
Previous Message Kurt Roeckx 2020-11-11 09:49:18 Re: BUG #16707: Memory leak