Re: Postgresql 16.3 Out Of Memory

From: Greg Sabino Mullane <htamfids(at)gmail(dot)com>
To: Radu Radutiu <rradutiu(at)gmail(dot)com>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Postgresql 16.3 Out Of Memory
Date: 2024-06-03 13:12:13
Message-ID: CAKAnmm+4RLHrKSyedZ+hTkwedP05+Ldp+bHiD00SuJvgAekRgA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Jun 3, 2024 at 6:19 AM Radu Radutiu <rradutiu(at)gmail(dot)com> wrote:

> Do you have any idea how to further debug the problem?
>

Putting aside the issue of non-reclaimed memory for now, can you show us
the actual query? The explain analyze you provided shows it doing an awful
lot of joins and then returning 14+ million rows to the client. Surely the
client does not need that many rows?

You can probably also prevent OOM by lowering your work_mem and/or your
max_parallel_workers_per_gather.

Cheers,
Greg

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ron Johnson 2024-06-03 13:32:26 Re: Postgresql 16.3 Out Of Memory
Previous Message Radu Radutiu 2024-06-03 10:19:25 Postgresql 16.3 Out Of Memory