Browse Source

Merge pull request #29569 from allencloud/update-docs-about-oom-score-adj

update docs about  --oom-score-adj
Sebastiaan van Stijn 8 years ago
parent
commit
0d93970c52
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/run.md

+ 1 - 1
docs/reference/run.md

@@ -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`
 and require killing system processes to free memory. The `--oom-score-adj`
 parameter can be changed to select the priority of which containers will
 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
 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
 ### Kernel memory constraints