File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 11<!--
2- $Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.185 2003/06/12 15:31:02 momjian Exp $
2+ $Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.186 2003/06/12 15:58:19 momjian Exp $
33-->
44
55<Chapter Id="runtime">
@@ -2785,10 +2785,12 @@ kernel.shmmax = 134217728
27852785 Linux has poor default memory overcommit behavior. Rather than
27862786 failing if it can not reserve enough memory, it returns success,
27872787 but later fails when the memory can't be mapped and terminates
2788- the application. To prevent unpredictable process termination, use:
2788+ the application with <literal>kill -9</>. To prevent unpredictable
2789+ process termination, use:
27892790<programlisting>
27902791sysctl -w vm.overcommit_memory=3
27912792</programlisting>
2793+ Note, you will need enough swap space to cover all your memory needs.
27922794 </para>
27932795 </listitem>
27942796 </varlistentry>
You can’t perform that action at this time.
0 commit comments