Renovate OOM issues on Kubernetes #37835
Unanswered
faenschi
asked this question in
Request Help
Replies: 1 comment 3 replies
-
|
Hi @faenschi I experienced a similar issue back in April. In my case, increasing the memory limit on the Renovate pod resolved it: resources:
limits:
memory: 2GiSince then I haven’t seen any more OOM errors. Out of curiosity, what memory limit are you currently setting for your Renovate pods? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How are you running Renovate?
None
If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.
Gitlab and Renovate 41.96.1
Please tell us more about your question or problem
Hello,
we are running Renovate on Kubernetes and for the past 2–3 weeks we have frequently encountered OOM (Out of Memory) errors.
Here is an example of the logs:
The problem occurs most often in repositories that use Helm charts, but not exclusively.
Has anyone experienced similar issues or can provide hints on how to address this?
Any help is greatly appreciated.
Best regards,
Angela
Logs (if relevant)
Logs
Beta Was this translation helpful? Give feedback.
All reactions