Skip to content

Commit 0ee0850

Browse files
Merge pull request #891 from q384566678/windows-fix
config-windows: fix the type of maximum
2 parents 30bdf3b + 889c163 commit 0ee0850

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)