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

Set memory limit to equal memory request? #2046

Open
tylerpotts opened this issue Sep 19, 2024 · 0 comments
Open

Set memory limit to equal memory request? #2046

tylerpotts opened this issue Sep 19, 2024 · 0 comments

Comments

@tylerpotts
Copy link
Contributor

Currently Metaflow doesn't set the memory limit for jobs on Kubernetes. This can be an issue if there are two memory-hungry jobs running on the same node. If both flows together use more than is available on the node, then the node crashes with an OOM error which is difficult to debug.

I suggest that the memory limit be set to equal the memory request on Kubernetes to avoid this situation.

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