ResourceLimits interface

The resource limits.

Properties

cpu

The CPU limit of this container instance.

gpu

The GPU limit of this container instance.

memoryInGB

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

The GPU limit of this container instance.

gpu?: GpuResource

Property Value

memoryInGB

The memory limit in GB of this container instance.

memoryInGB?: number

Property Value

number