mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #14267 from ankushagarwal/memory-swap-docs
Typo in memory-swap flag
This commit is contained in:
commit
90024b952c
1 changed files with 1 additions and 1 deletions
|
@ -506,7 +506,7 @@ The operator can also adjust the performance parameters of the
|
|||
container:
|
||||
|
||||
-m, --memory="": Memory limit (format: <number><optional unit>, where unit = b, k, m or g)
|
||||
-memory-swap="": Total memory limit (memory + swap, format: <number><optional unit>, where unit = b, k, m or g)
|
||||
--memory-swap="": Total memory limit (memory + swap, format: <number><optional unit>, where unit = b, k, m or g)
|
||||
-c, --cpu-shares=0: CPU shares (relative weight)
|
||||
--cpu-period=0: Limit the CPU CFS (Completely Fair Scheduler) period
|
||||
--cpuset-cpus="": CPUs in which to allow execution (0-3, 0,1)
|
||||
|
|
Loading…
Reference in a new issue