Skip to content

Commit

Permalink
Merge pull request moby#29569 from allencloud/update-docs-about-oom-s…
Browse files Browse the repository at this point in the history
…core-adj

update docs about  --oom-score-adj
  • Loading branch information
thaJeztah authored Dec 20, 2016
2 parents 2cf32ee + bb85d48 commit 0d93970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/run.md
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ The container has unlimited memory which can cause the host to run out memory
and require killing system processes to free memory. The `--oom-score-adj`
parameter can be changed to select the priority of which containers will
be killed when the system is out of memory, with negative scores making them
less likely to be killed an positive more likely.
less likely to be killed, and positive scores more likely.

### Kernel memory constraints

Expand Down

0 comments on commit 0d93970

Please sign in to comment.