Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit25e9b0e

Browse files
committed
Remove paragraph about Linux OOM killer and fork(). Instead link to
article about OOM.
1 parentcda598e commit25e9b0e

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

‎doc/src/sgml/runtime.sgml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.392 2007/12/17 14:00:52 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.393 2007/12/22 05:13:03 momjian Exp $ -->
22

33
<chapter Id="runtime">
44
<title>Operating System Environment</title>
@@ -1256,14 +1256,11 @@ Out of Memory: Killed process 12345 (postgres).
12561256
<para>
12571257
On Linux 2.6 and later, an additional measure is to modify the
12581258
kernel's behavior so that it will not <quote>overcommit</> memory.
1259-
Although this setting will not prevent the OOM killer from
1260-
being invoked altogether, it will lower the chances significantly and
1261-
will therefore lead to more robust system behavior. (It might also
1262-
cause <function>fork()</> to fail when the machine appears to have
1263-
available memory but it is actually reserved
1264-
to other applications with careless memory allocation.) This
1265-
is done by selecting strict overcommit mode via
1266-
<command>sysctl</command>:
1259+
Although this setting will not prevent the <ulink
1260+
url="http://lwn.net/Articles/104179/">OOM killer</> from being invoked
1261+
altogether, it will lower the chances significantly and will therefore
1262+
lead to more robust system behavior. This is done by selecting strict
1263+
overcommit mode via <command>sysctl</command>:
12671264
<programlisting>
12681265
sysctl -w vm.overcommit_memory=2
12691266
</programlisting>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp