Re: psql 9.3 automatic recovery in progress

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Periko Support <pheriko(dot)support(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: psql 9.3 automatic recovery in progress
Date: 2016-10-10 17:03:09
Message-ID: 5490.1476118989@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Periko Support <pheriko(dot)support(at)gmail(dot)com> writes:
> I got some issues with my DB under ubuntu 14.x.
> PSQL 9.3, odoo 7.x.

> 2016-09-12 09:00:01 PDT LOG: server process (PID 23958) was
> terminated by signal 9: Killed

Usually, SIGKILLs coming out of nowhere indicate that the Linux OOM killer
has decided to target some database process. You need to do something to
reduce memory pressure and/or disable memory overcommit so that that
doesn't happen.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Periko Support 2016-10-10 18:05:09 Re: psql 9.3 automatic recovery in progress
Previous Message Periko Support 2016-10-10 16:30:42 Re: psql 9.3 automatic recovery in progress