We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 702c91b commit ba7ee1dCopy full SHA for ba7ee1d
doc/src/sgml/runtime.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$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 $
3
-->
4
5
<Chapter Id="runtime">
@@ -3104,7 +3104,7 @@ kernel.shmmax = 134217728
3104
of overcommit handling, you can also relieve this problem by
3105
altering the system's default behaviour. This can be determined
3106
by examining the function <function>vm_enough_memory</>
3107
- in the file <filename>mm/mmap.c</>in the kernel source.
+ in the file <filename>mm/mmap.c</> in the kernel source.
3108
If this file reveals that strict and/or paranoid modes are
3109
supported by your kernel, turn one of these modes on by using
3110
<programlisting>
0 commit comments