Parcourir la source

Merge pull request #15482 from hqhq/hq_fix_run_doc

Add format description in run doc
Sebastiaan van Stijn il y a 10 ans
Parent
commit
7ec7173b76
1 fichiers modifiés avec 12 ajouts et 12 suppressions
  1. 12 12
      docs/reference/run.md

+ 12 - 12
docs/reference/run.md

@@ -505,18 +505,18 @@ parent group.
 The operator can also adjust the performance parameters of the
 container:
 
-| Option                               |  Description                                                                                      |
-|--------------------------------------|---------------------------------------------------------------------------------------------|
-| `-m`, `--memory="" `                 | Memory limit (format: , where unit = b, k, m or g)                                          |
-| `--memory-swap=""`                   | Total memory limit (memory + swap, format: , 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)                                                 |
-| `--cpuset-mems=""`                   | Memory nodes (MEMs) in which to allow execution (0-3, 0,1). Only effective on NUMA systems. |
-| `--cpu-quota=0`                      | Limit the CPU CFS (Completely Fair Scheduler) quota                                         |
-| `--blkio-weight=0`                   | Block IO weight (relative weight) accepts a weight value between 10 and 1000.               |
-| `--oom-kill-disable=true` or `false` | Whether to disable OOM Killer for the container or not.                                     |
-| `--memory-swappiness=""  `           | Tune a container's memory swappiness behavior. Accepts an integer between 0 and 100.        |
+| Option                     |  Description                                                                                |
+|----------------------------|---------------------------------------------------------------------------------------------|
+| `-m`, `--memory="" `       | Memory limit (format: `<number>[<unit>]`, where unit = b, k, m or g)                        |
+| `--memory-swap=""`         | Total memory limit (memory + swap, format: `<number>[<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)                                                 |
+| `--cpuset-mems=""`         | Memory nodes (MEMs) in which to allow execution (0-3, 0,1). Only effective on NUMA systems. |
+| `--cpu-quota=0`            | Limit the CPU CFS (Completely Fair Scheduler) quota                                         |
+| `--blkio-weight=0`         | Block IO weight (relative weight) accepts a weight value between 10 and 1000.               |
+| `--oom-kill-disable=false` | Whether to disable OOM Killer for the container or not.                                     |
+| `--memory-swappiness=""  ` | Tune a container's memory swappiness behavior. Accepts an integer between 0 and 100.        |
 
 ### Memory constraints