Re: slave restarts with kill -9 coming from somewhere, or nowhere

Поиск
Список
Период
Сортировка
От Bert
Тема Re: slave restarts with kill -9 coming from somewhere, or nowhere
Дата
Msg-id CAFCtE1me=Jir4gjvYG4nYMfgFEFRi6vVqLT=4R6LbpzOw1K-7A@mail.gmail.com
обсуждение исходный текст
Ответ на Re: slave restarts with kill -9 coming from somewhere, or nowhere  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: slave restarts with kill -9 coming from somewhere, or nowhere  (Bert <biertie@gmail.com>)
Список pgsql-admin
Hi Tom,

thanks for the tip! it was indeed the oom killer.

Is it wise to disable the oom killer? Or will the server really go down withough postgres doing something about it?

currently I already lowered the shared_memory value a bit..

cheers,
Bert


On Tue, Apr 2, 2013 at 8:06 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
Bert <biertie@gmail.com> writes:
> I'm running the latest postgres version (9.2.3), and today for the first
> time I encountered this:

> 12774 2013-04-02 18:13:10 CEST LOG:  server process (PID 28463) was
> terminated by signal 9: Killed

AFAIK there are only two possible sources of signal 9: a manual kill,
or the Linux kernel's OOM killer.  If it's the latter there should be
a concurrent entry in the kernel logfiles about this.  If you find one,
suggest reading up on how to disable OOM kills, or at least reconfigure
your system to make them less probable.

                        regards, tom lane



--
Bert Desmet
0477/305361

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

Предыдущее
От: archana shinde
Дата:
Сообщение: FW: psql error
Следующее
От: Bert
Дата:
Сообщение: Re: slave restarts with kill -9 coming from somewhere, or nowhere