|
1 | | -<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.390 2007/12/17 13:48:31 alvherre Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.391 2007/12/17 13:54:10 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter Id="runtime"> |
4 | 4 | <title>Operating System Environment</title> |
@@ -1260,7 +1260,7 @@ Out of Memory: Killed process 12345 (postgres). |
1260 | 1260 | being invoked altogether, it will lower the chances significantly and |
1261 | 1261 | will therefore lead to more robust system behavior. (It might also |
1262 | 1262 | cause <function>fork()</> to fail when the machine appears to have |
1263 | | -available memory but it is actually reserved |
| 1263 | +available memory but it is actually reserved |
1264 | 1264 | to other applications with careless memory allocation.) This |
1265 | 1265 | is done by selecting strict overcommit mode via |
1266 | 1266 | <command>sysctl</command>: |
|