-
Notifications
You must be signed in to change notification settings - Fork 22
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
[spike] solver failing due to OOM #2690
Comments
/priority important-soon |
The Report on the OOM failure diagonsis happening in solvers: Solver execution extract various information from a package and its dependencies. The installation is checked by installing the package via pip in the virtualenv.
Causing the cmd execution to fail.
Solving the following bits might resolve the execution of failed solvers. |
As speculated above: As our current memory limit is 768Mi, this memory is consumed on the download size. |
suggestion:
|
Describe the bug
The solver solves packages for based on the index_url(for ex: pypi/simple) and further resolve the dependencies.
As dependencies of many package present in one index_url can be found on a different index_url,
in the logic we currently provide all the dependencies URLs for resolution.
The solver with all the dependencies index URLs are failing to execute and runs into OOM.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
successful execution of solvers.
Acceptance criteria
The text was updated successfully, but these errors were encountered: