ResourceRequests interface
This type describes the requested resources for a given container. It describes the least amount of resources required for the container. A container can consume more than requested resources up to the specified limits before being restarted. Currently, the requested resources are treated as limits.
Properties
cpu | Requested number of CPU cores. At present, only full cores are supported. |
memory |
The memory request in GB for this container. |
Property Details
cpu
Requested number of CPU cores. At present, only full cores are supported.
cpu: number
Property Value
number
memoryInGB
The memory request in GB for this container.
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