ResourceLimits interface
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
cpu | CPU limits in cores. At present, only full cores are supported. |
memory |
The memory limit in GB. |
Property Details
cpu
CPU limits in cores. At present, only full cores are supported.
cpu?: number
Property Value
number
memoryInGB
The memory limit in GB.
memoryInGB?: number
Property Value
number
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript