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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bert <biertie(at)gmail(dot)com>
Cc: "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: slave restarts with kill -9 coming from somewhere, or nowhere
Date: 2013-04-02 18:06:08
Message-ID: 5382.1364925968@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Bert <biertie(at)gmail(dot)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

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Bert 2013-04-03 06:45:43 Re: slave restarts with kill -9 coming from somewhere, or nowhere
Previous Message Bert 2013-04-02 17:34:02 slave restarts with kill -9 coming from somewhere, or nowhere