Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Support more than 50 compute resources and queues #152

Open
cartalla opened this issue Sep 21, 2023 · 0 comments
Open

[FEATURE] Support more than 50 compute resources and queues #152

cartalla opened this issue Sep 21, 2023 · 0 comments

Comments

@cartalla
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Currently ParallelCluster only supports 50 compute resources and 50 queues.
With memory based scheduling enabled you can only have 1 compute resource per queue and this effectively limits the number of instance types that can be supported.
If you need to configure both spot and on-demand instances then the number of instance types is halved.

The number of configurable instance types is actually higher than 50 since you can have multiple instance types in a compute
resource if they have the same number of cores and same amount of memory.

Describe the solution you'd like
I'd like the limit removed completely.

If it must remain, then it needs to be closer to 500 than 50.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant