Container Resource Limits
This type describes the resource limits for a given container. It describes the most amount of resources a container is allowed to use before being restarted.
Properties
Name | Type | Required |
---|---|---|
memoryInGB |
number (double) | No |
cpu |
number (double) | No |
memoryInGB
Type: number (double)
Required: No
The memory limit in GB.
cpu
Type: number (double)
Required: No
CPU limits in cores. At present, only full cores are supported.