-
-
Notifications
You must be signed in to change notification settings - Fork 42
Description
Description
We recently started using docuum on a few hosts and are seeing that the hosts quickly run out of disk space. We have set the docker usage limit to 500GB as we are hoping to keep some cached images. However, our main problem seems to be with the /var/lib/docker/overlay2 folder which seems to grow out of hand. When I ran docker system prune -a -f on a host, a ton was cleaned(a lot more than 500GB). So the question is, does docuum also clean up /var/lib/docker/overlay2 and is the content considered part of the threashold? The host has a 2TB disk which contains 357GB of other stuff, and the remaining was removed by running docker system prune -a -f.
Instructions to reproduce the bug
Environment information:
- Docuum version: v21.0
- Docker version: 24.0.5, build 24.0.5-0ubuntu1~22.04.1
- OS: Ubuntu:22.04
- Service command: /usr/bin/docuum --threshold "500 GB" --deletion-chunk-size 100
Additional context
Add any other context about the problem here.