File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -293,7 +293,7 @@ type LinuxMemory struct {
293293 Kernel * uint64 `json:"kernel,omitempty"`
294294 // Kernel memory limit for tcp (in bytes)
295295 KernelTCP * uint64 `json:"kernelTCP,omitempty"`
296- // How aggressive the kernel will swap memory pages. Range from 0 to 100.
296+ // How aggressive the kernel will swap memory pages.
297297 Swappiness * uint64 `json:"swappiness,omitempty"`
298298}
299299
@@ -458,7 +458,7 @@ type WindowsMemoryResources struct {
458458type WindowsCPUResources struct {
459459 // Number of CPUs available to the container.
460460 Count * uint64 `json:"count,omitempty"`
461- // CPU shares (relative weight to other containers with cpu shares). Range is from 1 to 10000.
461+ // CPU shares (relative weight to other containers with cpu shares).
462462 Shares * uint16 `json:"shares,omitempty"`
463463 // Percent of available CPUs usable by the container.
464464 Percent * uint8 `json:"percent,omitempty"`
You can’t perform that action at this time.
0 commit comments