This fix is a follow up for any additional docs update for PR 27958.
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
| ... | ... |
@@ -427,7 +427,7 @@ Create a container |
| 427 | 427 |
You must use this with `memory` and make the swap value larger than `memory`. |
| 428 | 428 |
- **MemoryReservation** - Memory soft limit in bytes. |
| 429 | 429 |
- **KernelMemory** - Kernel memory limit in bytes. |
| 430 |
- - **NanoCPUs** - CPU quota in units of 10<sup>-9</sup> CPUs. |
|
| 430 |
+ - **NanoCPUs** - CPU quota in units of 10<sup>-9</sup> CPUs. The default value is 0, which means there is no limit. |
|
| 431 | 431 |
- **CpuCount** - An integer value containing the number of usable CPUs. |
| 432 | 432 |
Windows daemon only. On Windows Server containers, |
| 433 | 433 |
the processor resource controls are mutually exclusive, the order of precedence |