You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 31, 2024. It is now read-only.
Currently the context supports specifying the maxVCpus, further support for minVCpus and desiredVCpus would enable greater control over the compute environment.
This could be modified in the Console, but it feels disjointed.
Use Case
Deploy a context so that the Batch compute env has a minimum number of vcpus available. In particular this would be beneficial for iterative test runs.
Proposed Solution
Add the minVCpus and desiredVCpus fields to the context.
Other information
The text was updated successfully, but these errors were encountered:
Description
Currently the context supports specifying the
maxVCpus
, further support forminVCpus
anddesiredVCpus
would enable greater control over the compute environment.This could be modified in the Console, but it feels disjointed.
Use Case
Deploy a context so that the Batch compute env has a minimum number of vcpus available. In particular this would be beneficial for iterative test runs.
Proposed Solution
Add the
minVCpus
anddesiredVCpus
fields to the context.Other information
The text was updated successfully, but these errors were encountered: