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