Re: Add the ability to limit the amount of memory that can be allocated to backends.

Поиск
Список
Период
Сортировка
Искать
От
Reid Thompson
Тема
Re: Add the ability to limit the amount of memory that can be allocated to backends.
Дата
Msg-id
9b5226bf88ed5f09c7ae589a11c8fd147854eb98.camel@crunchydata.com
Ответ на
Список
Дерево обсуждения
Re: Add the ability to limit the amount of memory that can be allocated to backends. John Morris <john.morris@crunchydata.com>
Re: Add the ability to limit the amount of memory that can be allocated to backends. Andres Freund <andres@anarazel.de>
Re: Add the ability to limit the amount of memory that can be allocated to backends. Stephen Frost <sfrost@snowman.net>
Re: Add the ability to limit the amount of memory that can be allocated to backends. Andres Freund <andres@anarazel.de>
Re: Add the ability to limit the amount of memory that can be allocated to backends. Stephen Frost <sfrost@snowman.net>
Re: Add the ability to limit the amount of memory that can be allocated to backends. Andres Freund <andres@anarazel.de>
Re: Add the ability to limit the amount of memory that can be allocated to backends. jian he <jian.universality@gmail.com>
On Mon, 2023-01-23 at 12:31 -0800, Andres Freund wrote:
> Hi,
> 
> I think it's basically still waiting on author, until the O(N) cost is gone
> from the overflow limit check.
> 
> Greetings,
> 
> Andres Freund

Yes, just a rebase. There is still work to be done per earlier in the
thread.

I do want to follow up and note re palloc/pfree vs malloc/free that the
tracking code (0001-Add-tracking-...) is not tracking palloc/pfree but is
explicitely tracking malloc/free. Not every palloc/pfree call executes the
tracking code, only those where the path followed includes malloc() or
free().  Routine palloc() calls fulfilled from the context's
freelist/emptyblocks/freeblock/etc and pfree() calls not invoking free()
avoid the tracking code.

Thanks,
Reid



В списке pgsql-hackers по дате отправления
От: Nathan Bossart
Дата:
От: Peter Geoghegan
Дата:
FAQ