-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
[Bug]: Disk Usage after a build on builder server stays high (>70%) #4775
Comments
This is because the build server is only there to build you image, like GitHub Action can do, the images and also the rest of the resources are still stored on you hosting server where you stuff is hosted so the disk usage will be high there. Or what exactly is you issue? |
The problem I'm having is on the Build Server. The Disk Usage goes up when I build (which is fine), but it continues to rise as I re-deploy my app more and more, almost as if it's not finding the already existing cache. For example if I start with around ~8% Disk Usage: |
Hello, we're currently still on 379 and it seems like the cleanup doesn't reduce the disc usage at all right now
It seems like it's not fixed in later versions? |
Error Message and Logs
No errors (network or console).
No errors/problems in
mycoolify.com/horizon
Steps to Reproduce
Example Repository URL
No response
Coolify Version
v4.0.0-beta.380
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
Ubuntu 24.04
Additional Information
When building my application using my builder server, disk goes up really high and never gets cleaned up until the cleanup cron is ran or triggered manually.
Currently my workaround is to just to either:
Did not even realize it had 73% disk used until logs told me.
The text was updated successfully, but these errors were encountered: