Florian Weimer <[EMAIL PROTECTED]> writes:
> * Alvaro Herrera:
>> I am wondering if we can set the system up so that it skips postmaster,

> How much does that help?  Postmaster &c still need to be shut down
> when a regular backend dies due to SIGKILL.

The $64 problem is that if the parent postmaster process is victimized
by the OOM killer, you won't get an automatic restart.  In most people's
eyes that is considerably worse than the momentary DOS imposed by a kill
of a child backend.  And what we now find, which is truly staggeringly
stupid on the kernel's part, is that it *preferentially* kills the
parent instead of whatever child might actually be eating the memory.

                        regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings

Reply via email to