ResourceLimits interface
The resource limits.
Properties
cpu | The CPU limit of this container instance. |
gpu | The GPU limit of this container instance. |
memory |
The memory limit in GB of this container instance. |
Property Details
cpu
The CPU limit of this container instance.
cpu?: number
Property Value
number
gpu
memoryInGB
The memory limit in GB of this container instance.
memoryInGB?: number
Property Value
number