Re: Shared memory estimation for postgres

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Shared memory estimation for postgres
Дата
Msg-id CAB7nPqTJWFY+tHYReaUTw2LKUTVJoU2dwO6UN5z072RL5qDNfg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Shared memory estimation for postgres  (leoaaryan <leoaaryan@gmail.com>)
Ответы Re: Shared memory estimation for postgres
Список pgsql-hackers
On Fri, Nov 11, 2016 at 1:26 PM, leoaaryan <leoaaryan@gmail.com> wrote:
> I think the method "pg_get_shmem_allocations" mentioned in the patch will
> give the allocated shared memory when the postgres db server is running. I'm
> trying to get the same without running the server if possible.

That's up to "read the code and create a formula based on the system
parameter to calculate the amount" then.
-- 
Michael



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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: Danger of automatic connection reset in psql
Следующее
От: Haribabu Kommi
Дата:
Сообщение: Re: Re: [BUGS] BUG #14350: VIEW with INSTEAD OF INSERT TRIGGER and COPY. Missing feature or working as designed.