Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
e5a9ef55
Commit
e5a9ef55
authored
17 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Add docs about OOM killer.
lst_hoe01@kwsoft.de
parent
3e4c6b54
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/runtime.sgml
+5
-3
5 additions, 3 deletions
doc/src/sgml/runtime.sgml
with
5 additions
and
3 deletions
doc/src/sgml/runtime.sgml
+
5
−
3
View file @
e5a9ef55
<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.38
7
2007/12/16 1
0:17:1
3 momjian Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.38
8
2007/12/16 1
1:22:3
3 momjian Exp $ -->
<chapter Id="runtime">
<title>Operating System Environment</title>
...
...
@@ -1258,8 +1258,10 @@ Out of Memory: Killed process 12345 (postgres).
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
will therefore lead to more robust system behavior. This is done
by selecting strict overcommit mode via <command>sysctl</command>:
will therefore lead to more robust system behavior. (It might also
cause fork() to fail when the machine appears to have available
memory.) This is done by selecting strict overcommit mode via
<command>sysctl</command>:
<programlisting>
sysctl -w vm.overcommit_memory=2
</programlisting>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment