Re: Memory Issues.

Поиск
Список
Период
Сортировка
От hubert depesz lubaczewski
Тема Re: Memory Issues.
Дата
Msg-id 20201222140955.GB23159@depesz.com
обсуждение исходный текст
Ответ на Memory Issues.  (Sreejith P <sreejith@lifetrenz.com>)
Ответы Re: Memory Issues.
Список pgsql-admin
On Tue, Dec 22, 2020 at 07:32:04AM +0000, Sreejith P wrote:
> Dear All,
> 2020-12-21 23:59:32.869 +04 [16097] rptDBA@Ast-ReportDB LOG:  could not receive data from client: Connection timed
out
> 2020-12-22 01:12:53.939 +04 [11961] rptDBA@Ast-ReportDB LOG:  could not receive data from client: Connection reset by
peer
> 2020-12-22 01:23:08.832 +04 [30360] LOG:  server process (PID 17872) was terminated by signal 9: Killed

One of Pg processes (with PID 17872) was killed with signal 9 (sigkill).
It could be operator killing process, some automation, or so called
"oom killer".

Pg can't really do anything about being killed in this way, so you have
to track down what is issuing this kill signal, and disable it.

I'd suggest to try with system logs.

Best regards,

depesz




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

Предыдущее
От: Sreejith P
Дата:
Сообщение: Memory Issues.
Следующее
От: Scott Ribe
Дата:
Сообщение: Re: Memory Issues.