8.18. Requests

The requests object is used to inform Clara Deploy SDK of hardware minimum requirements operator or service require definitions.

8.18.1.1. cpu

type: integer

Minimum number of logical CPU cores the application needs exclusive access to.

If no CPU requests are made, the application will be granted 1 shared CPU resource.

The default value is 1.

8.18.1.2. gpu

type: integer

Minimum number of GPU devices the application needs exclusive control of.

If no GPU requests are made, the application will be granted no GPU resources.

Default value is 0.

8.18.1.3. memory

type: integer

Minimum RAM, measured in megabytes, the application requires.

If no memory requests are made, the application will be granted the minimum allottable allocation of memory.

The default value is 512.

© Copyright 2018-2021, NVIDIA Corporation. All rights reserved. Last updated on Feb 1, 2023.