thoth-station / solver

Dependency solver for the Thoth project
https://thoth-station.ninja/
GNU General Public License v3.0
20 stars 12 forks source link

Solvers fail in stage because of OOM error #5246

Closed mayaCostantini closed 2 years ago

mayaCostantini commented 2 years ago

Describe the bug See the last solver runs on thoth-middletier-stage. Some of the solver pods fail with a similar error message:

pods "solver-fedora-34-py39-221114015238-660cd0639dd319e5-3878457bjjx" is forbidden: exceeded quota: thoth-middletier-stage-quota, requested: limits.memory=1768Mi, used: limits.memory=98000Mi, limited: limits.memory=96Gi

To Reproduce Steps to reproduce the behavior: Go to stage cluster and look at main container logs

Expected behavior Pods have enough memory resources to finish executing.

mayaCostantini commented 2 years ago

/priority critical-urgent /sig devsecops

harshad16 commented 2 years ago

similar to: https://github.com/thoth-station/thoth-application/issues/2690

mayaCostantini commented 2 years ago

Closing as duplicate of https://github.com/thoth-station/thoth-application/issues/2690