autoprewarm_dump_now

Поиск
Список
Период
Сортировка
От Дарья Шанина
Тема autoprewarm_dump_now
Дата
Msg-id CAMp4U1cDJzb96KJXT-hNuf7L4KaYUiXWs6KSe01so--mBoop8g@mail.gmail.com
обсуждение исходный текст
Ответы Re: autoprewarm_dump_now
Список pgsql-hackers
Hello everyone!
I have a question.

What would be better for the function autoprewarm_dump_now in case when we need to allocate memory that exceeds 1 GB:
1) allocate enough memory for the entire shared_buffer array (1..NBuffers) using palloc_extended;
2) allocate the maximum of currently possible memory (1 GB) using an ordinary palloc.

Thank you for your attention!

--
Best regards,
Daria Shanina

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