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

Let node resource-allocation script handle optimizations for events #3293

Closed
consideRatio opened this issue Oct 19, 2023 · 0 comments
Closed
Labels
tech:cloud-infra Optimization of cloud infra to reduce costs etc.

Comments

@consideRatio
Copy link
Contributor

The script developed in #3030 provides resource allocation choices, but the choices are opinionated to reduce cloud costs rather than startup speeds etc.

For example, if the user can choose from ~1GB to ~128GB resource allocation, the user will for requests up to ~32 GB be scheduled on 32 GB node and for requests above that be put on a 128 GB node. A community hosting an event that will have users start with ~16GB resource allocation requests should probably instead be scheduled on 128GB nodes (or even 512GB nodes), as then at least 8 (32) users can fit on the node, instead of just 2 on the smaller 32 GB node.

I'd like this issue to represent the development of a functionality allowing us to specify something when using the script in #3030, so that we can make it generate choices suitable for an event. A preliminary idea on how to specify this could be by specifying the minimum amount of users per node to fit before opting to use a larger node. For events, we could then specify we want at least 8 users per node, and have the ~16GB requests fit be made to schedule on the ~128 node instead of the ~32GB node given ~32 / ~128 / ~512 GB nodes are the available node types.

@consideRatio consideRatio added the tech:cloud-infra Optimization of cloud infra to reduce costs etc. label Oct 23, 2023
@consideRatio consideRatio changed the title Let node sharing script handle optimizations for events Let node resource-allocation script handle optimizations for events Oct 28, 2023
@consideRatio consideRatio closed this as not planned Won't fix, can't repro, duplicate, stale Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tech:cloud-infra Optimization of cloud infra to reduce costs etc.
Projects
No open projects
Status: Needs Shaping / Refinement
Development

No branches or pull requests

1 participant