High disk usage
Hi, anyone know why my homarr docker container would bloat and use up any free HDD space?
Earlier today it was sitting at 79G disk usage until I restarted it...
- OS: Ubuntu 24.04 LTS (Proxmox VM)
- Homarr Version 1.4.0
- Can't attach the logs. They include private keys for the integrations, and seem to go on forever.
Found the disk usage was in /var/lib/docker/containers, and ran the following to find the culprit:
Then I found the name of the container using the disk space:
There were some integrations with bad config (wrong DNS entry), but it seems weird that the homarr container should use 79G of disk space anyway...
Docker compose config in comments.
Solution:Jump to solution
See https://github.com/homarr-labs/homarr/issues/2204, please limit the log size on your host. Also, we reduced the logging for the next release.
GitHub
Issues · homarr-labs/homarr
A modern and easy to use dashboard. 14+ integrations. 10K+ icons built in. Authentication out of the box. No YAML, drag and drop configuration. - Issues · homarr-labs/homarr
4 Replies
Thank you for submitting a support request.
Depending on the volume of requests, our team should get in contact with you shortly.
⚠️ Please include the following details in your post or we may reject your request without further comment: - Log (See https://homarr.dev/docs/community/faq#how-do-i-open-the-console--log) - Operating system (Unraid, TrueNAS, Ubuntu, ...) - Exact Homarr version (eg. 0.15.0, not latest) - Configuration (eg. docker-compose, screenshot or similar. Use ``your-text`` to format) - Other relevant information (eg. your devices, your browser, ...)
Frequently Asked Questions | Homarr documentation
Can I install Homarr on a Raspberry Pi?
Here's my docker compose:
After some further investigation it seems the issue is because of the docker log file, and the bad endpoint for my integrations.
Homarr seems to spit out the logs as fast as it possibly can when trying to reconnect to an integration..
I will try to fix the issues with my integrations and see if the log stops.
The log stopped after fixing the integrations. It went from about 100MB / minute to nothing. Seems excessive to log this much... ?
Solution
See https://github.com/homarr-labs/homarr/issues/2204, please limit the log size on your host. Also, we reduced the logging for the next release.
GitHub
Issues · homarr-labs/homarr
A modern and easy to use dashboard. 14+ integrations. 10K+ icons built in. Authentication out of the box. No YAML, drag and drop configuration. - Issues · homarr-labs/homarr
Alright, good to see the issue is flagged already :)
Thank you!