Add missing space.

This commit is contained in:
Tom Lane 2003-09-05 16:13:38 +00:00
parent 702c91b4ff
commit ba7ee1db3b
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.202 2003/09/05 02:54:09 momjian Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.203 2003/09/05 16:13:38 tgl Exp $
--> -->
<Chapter Id="runtime"> <Chapter Id="runtime">
@ -3104,7 +3104,7 @@ kernel.shmmax = 134217728
of overcommit handling, you can also relieve this problem by of overcommit handling, you can also relieve this problem by
altering the system's default behaviour. This can be determined altering the system's default behaviour. This can be determined
by examining the function <function>vm_enough_memory</> by examining the function <function>vm_enough_memory</>
in the file <filename>mm/mmap.c</>in the kernel source. in the file <filename>mm/mmap.c</> in the kernel source.
If this file reveals that strict and/or paranoid modes are If this file reveals that strict and/or paranoid modes are
supported by your kernel, turn one of these modes on by using supported by your kernel, turn one of these modes on by using
<programlisting> <programlisting>