diff --git a/man/docker-run.1.md b/man/docker-run.1.md index 8fb856b5dc..101acfa606 100644 --- a/man/docker-run.1.md +++ b/man/docker-run.1.md @@ -353,7 +353,8 @@ as memory limit. **--memory-swap**="LIMIT" A limit value equal to memory plus swap. Must be used with the **-m** (**--memory**) flag. The swap `LIMIT` should always be larger than **-m** -(**--memory**) value. +(**--memory**) value. By default, the swap `LIMIT` will be set to double +the value of --memory. The format of `LIMIT` is `[]`. Unit can be `b` (bytes), `k` (kilobytes), `m` (megabytes), or `g` (gigabytes). If you don't specify a