Add some simple support and documentation for using process-specific oom_adj

Tom Lane <tgl@sss.pgh.pa.us>

Commit: d5e0029862be8729f2cb25736469ed71068424c5
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2010-01-11T18:39:32Z
Releases: 9.0.0
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

Files

PathChange+/−
contrib/start-scripts/linux modified +11 −1
doc/src/sgml/runtime.sgml modified +28 −7
src/backend/postmaster/fork_process.c modified +35 −1