Re: PostgreSQL oom_adj postmaster process to -17 - Mailing list pgsql-admin

From Tom Lane
Subject Re: PostgreSQL oom_adj postmaster process to -17
Date
Msg-id 4273.1344018772@sss.pgh.pa.us
Whole thread Raw
In response to Re: PostgreSQL oom_adj postmaster process to -17  (Radovan Jablonovsky <radovan.jablonovsky@replicon.com>)
List pgsql-admin
Radovan Jablonovsky <radovan.jablonovsky@replicon.com> writes:
> In usual load there are not much pressure on memory, but it is possible to
> have all clients start using heavy reports. They are valid requests and
> could consume all memory. In this border and not likely but possible
> scenario it could be useful to let OOM killer to kill client's
> processes/connections but leave PostgreSQL system processes (postmaster,
> writer, stat, log, streaming, ...) excluded  from reach of OOM killer.

The code already supports excluding the postmaster itself from OOM kills
while letting its children be subject to them.  Being selective about
which children are subject is pointless, though: if any child is kill
-9'd, we have to zap the rest and restart, because there is no way to be
sure that the victim left shared memory in a consistent state.

            regards, tom lane

pgsql-admin by date:

Previous
From: Laszlo Nagy
Date:
Subject: Re: Messed up time zones
Next
From: "Kevin Grittner"
Date:
Subject: Re: PostgreSQL oom_adj postmaster process to -17