limits property

Map<String, String>? limits
getter/setter pair

Limits describes the maximum amount of compute resources allowed.

Only 'cpu', 'memory' and 'nvidia.com/gpu' keys are supported. * For supported 'cpu' values, go to https://cloud.google.com/run/docs/configuring/cpu. * For supported 'memory' values and syntax, go to https://cloud.google.com/run/docs/configuring/memory-limits. * The only supported 'nvidia.com/gpu' value is '1'.

Implementation

core.Map<core.String, core.String>? limits;