Re: Oom on temp (un-analyzed table caused by JIT) V16.1 [ NOT Fixed ]

From: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
To: Kirk Wolak <wolakk(at)gmail(dot)com>
Cc: Daniel Gustafsson <daniel(at)yesql(dot)se>, Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
Subject: Re: Oom on temp (un-analyzed table caused by JIT) V16.1 [ NOT Fixed ]
Date: 2024-01-24 21:16:02
Message-ID: CA+hUKGK_e6eUMqeR43cLmq8xXxh0dgnis3sEMi=NFmnLopp9ew@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Jan 25, 2024 at 8:51 AM Kirk Wolak <wolakk(at)gmail(dot)com> wrote:
> getrusage(RUSAGE_SELF, &usage);
> memory_usage_bytes = usage.ru_maxrss * 1024;

FWIW log_statement_stats = on shows that in the logs. See ShowUsage()
in postgres.c.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Sergey Prokhorenko 2024-01-24 21:30:33 Re: UUID v7
Previous Message Jelte Fennema-Nio 2024-01-24 21:15:43 Re: UUID v7