Re: BUG #17844: Memory consumption for memoize node

Поиск
Список
Период
Сортировка
От David Rowley
Тема Re: BUG #17844: Memory consumption for memoize node
Дата
Msg-id CAApHDvru7gNXK7Tkrns-wTdovn5Gjj7JnkUSpicc+dZwGooVYA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: BUG #17844: Memory consumption for memoize node  (Alexey Ermakov <alexey.ermakov@dataegret.com>)
Список pgsql-bugs
On Mon, 20 Mar 2023 at 19:23, Alexey Ermakov
<alexey.ermakov@dataegret.com> wrote:
> Thanks a lot! Could you please point me in the direction how to get such
> memory stats ? I might know another memory leak I'd like to check but
> sadly I don't know right tools to measure memory usage.

I attached to the backend with a debugger and set a breakpoint in
ExecEndMemoize. When the breakpoint was hit, using the debugger, I
executed MemoryContextStatsDetail(TopMemoryContext, 100, 1) and
grabbed the memory statistics output from the log.

David



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

Предыдущее
От: Jacob Champion
Дата:
Сообщение: Re: pg_dump needs SELECT privileges on irrelevant extension table
Следующее
От: Jacob Champion
Дата:
Сообщение: Re: pg_dump needs SELECT privileges on irrelevant extension table