From: | tgl(at)postgresql(dot)org (Tom Lane) |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Add some simple support and documentation for using |
Date: | 2010-01-11 18:39:32 |
Message-ID: | 20100111183932.A17B67541B9@cvs.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Log Message:
-----------
Add some simple support and documentation for using process-specific oom_adj
settings to prevent the postmaster from being OOM-killed on Linux systems.
Alex Hunsaker and Tom Lane
Modified Files:
--------------
pgsql/contrib/start-scripts:
linux (r1.9 -> r1.10)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/start-scripts/linux?r1=1.9&r2=1.10)
pgsql/doc/src/sgml:
runtime.sgml (r1.429 -> r1.430)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/runtime.sgml?r1=1.429&r2=1.430)
pgsql/src/backend/postmaster:
fork_process.c (r1.10 -> r1.11)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/fork_process.c?r1=1.10&r2=1.11)
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2010-01-12 01:18:52 | Re: [COMMITTERS] pgsql: Also update ChangerLog file. |
Previous Message | Tom Lane | 2010-01-11 15:31:12 | pgsql: Improve ExecEvalVar's handling of whole-row variables in cases |