From e32e0ddf321d2a1919d6b1886838c0ee99ec5f6c Mon Sep 17 00:00:00 2001 From: allencloud Date: Tue, 20 Dec 2016 11:14:39 +0800 Subject: [PATCH] update docs about --oom-score-adj Signed-off-by: allencloud Upstream-commit: bb85d483b7cc53ad36d062f624f36ac58e2c9b40 Component: engine --- components/engine/docs/reference/run.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/docs/reference/run.md b/components/engine/docs/reference/run.md index 73769ed610..e0b233752f 100644 --- a/components/engine/docs/reference/run.md +++ b/components/engine/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` 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