Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
048f69e2
Commit
048f69e2
authored
Dec 17, 2007
by
Alvaro Herrera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve wording.
parent
3791d26d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
doc/src/sgml/runtime.sgml
doc/src/sgml/runtime.sgml
+5
-4
No files found.
doc/src/sgml/runtime.sgml
View file @
048f69e2
<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.3
89 2007/12/16 11:24:25 momjian
Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.3
90 2007/12/17 13:48:31 alvherre
Exp $ -->
<chapter Id="runtime">
<title>Operating System Environment</title>
...
...
@@ -1257,10 +1257,11 @@ Out of Memory: Killed process 12345 (postgres).
On Linux 2.6 and later, an additional measure is to modify the
kernel's behavior so that it will not <quote>overcommit</> memory.
Although this setting will not prevent the OOM killer from
invoking
altogether, it will lower the chances significantly and
being invoked
altogether, it will lower the chances significantly and
will therefore lead to more robust system behavior. (It might also
cause fork() to fail when the machine appears to have available memory
because of other applications with careless memory allocation.) This
cause <function>fork()</> to fail when the machine appears to have
available memory but it is actually reserved
to other applications with careless memory allocation.) This
is done by selecting strict overcommit mode via
<command>sysctl</command>:
<programlisting>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment