Re: Size estimation of postgres core files

Поиск
Список
Период
Сортировка
От Andrew Gierth
Тема Re: Size estimation of postgres core files
Дата
Msg-id 87d0nslxju.fsf@news-spur.riddles.org.uk
обсуждение исходный текст
Ответ на Re: Size estimation of postgres core files  (Jeremy Finzel <finzelj@gmail.com>)
Ответы Re: Size estimation of postgres core files  (Jeremy Finzel <finzelj@gmail.com>)
Список pgsql-general
>>>>> "Jeremy" == Jeremy Finzel <finzelj@gmail.com> writes:

 Jeremy> Yes Linux. This is very helpful, thanks. A follow-up question -
 Jeremy> will it take postgres a really long time to crash (and
 Jeremy> hopefully recover) if I have say 1T of RAM because it has to
 Jeremy> write that all out to a core file first?

It doesn't write out all of RAM, only the amount in use by the
particular backend that crashed (plus all the shared segments attached
by that backend, including the main shared_buffers, unless you disable
that as previously mentioned).

And yes, it can take a long time to generate a large core file.

-- 
Andrew (irc:RhodiumToad)


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

Предыдущее
От: Andre Piwoni
Дата:
Сообщение: Promoted slave tries to archive previously archived WAL file
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: Problems pushing down WHERE-clause to underlying view