Skip to content

Commit 889c163

Browse files
author
zhouhao
committed
config-windows: fix the type of maximum
Signed-off-by: zhouhao <[email protected]>
1 parent a39b1cd commit 889c163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The following parameters can be specified:
5151

5252
* **`count`** *(uint64, OPTIONAL)* - specifies the number of CPUs available to the container.
5353
* **`shares`** *(uint16, OPTIONAL)* - specifies the relative weight to other containers with CPU shares.
54-
* **`maximum`** *(uint, OPTIONAL)* - specifies the portion of processor cycles that this container can use as a percentage times 100.
54+
* **`maximum`** *(uint16, OPTIONAL)* - specifies the portion of processor cycles that this container can use as a percentage times 100.
5555

5656
#### Example
5757

0 commit comments

Comments
 (0)