Gradle wrappers taking GBs of space #8108
-
We run self-hosted Renovate on 300+ repositories, mostly using Gradle. Our Renovate runs on CI fail to update some repositories due to disk space errors. By the end of the run, our Renovate container has 8G under
What's the solution? Do we need to give ~20G of disk space to our Renovate container? Or should Renovate clear Gradle wrappers during execution once they take too much space? Maybe the experimental |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
This is a gradle issue, we can't really do much here. You can test |
Beta Was this translation helpful? Give feedback.
This is a gradle issue, we can't really do much here. You can test
gradle-lite
or try the slim renovate, it will run gradle in side container, which will be deleted after one-time usage.