]> granicus.if.org Git - postgresql/commitdiff
-DLINUX_OOM_ADJ=0 should be in CPPFLAGS, not CFLAGS
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 8 Nov 2011 04:49:50 +0000 (06:49 +0200)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 8 Nov 2011 04:50:46 +0000 (06:50 +0200)
doc/src/sgml/runtime.sgml

index 68ceff15303c41429a10cdf5e995ee01001fffbb..c684693f9fbe00f2d1b0909272bf876bab1e2aa2 100644 (file)
@@ -1342,7 +1342,7 @@ echo -17 > /proc/self/oom_adj
     Note that this action must be done as root, or it will have no effect;
     so a root-owned startup script is the easiest place to do it.  If you
     do this, you may also wish to build <productname>PostgreSQL</>
-    with <literal>-DLINUX_OOM_ADJ=0</> added to <varname>CFLAGS</>.
+    with <literal>-DLINUX_OOM_ADJ=0</> added to <varname>CPPFLAGS</>.
     That will cause postmaster child processes to run with the normal
     <varname>oom_adj</> value of zero, so that the OOM killer can still
     target them at need.