Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.