Skip to content
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

Large container overhead #46

Closed
therobbiedavis opened this issue Dec 21, 2022 · 0 comments · Fixed by #59
Closed

Large container overhead #46

therobbiedavis opened this issue Dec 21, 2022 · 0 comments · Fixed by #59
Labels
bug Something isn't working

Comments

@therobbiedavis
Copy link

therobbiedavis commented Dec 21, 2022

Describe the bug

Storage space on my dedicated server was slowly diminishing. After some research I pinpointed the culprit to the Kaizoku container. After recreating the container 147GB was freed up.

Before container recreation:
image

After container recreation:
image

My assumption is that the downloaded chapters are stored within the kaizoku container and never cleaned up. I do have binded volumes for the logs, so unless they are also created within the container and just copied to /logs for some reason, I doubt the logs are to blame.
image

Reproduction steps

  1. Create Kaizoku containers using :latest
  2. Run docker system df and take note of the Containers size
  3. Download a manga with many chapters within Kaizoku
  4. Wait until finished and run docker system df again and compare the Contains sizes
  5. Do this for a week and see the continual growth.

Expected behavior

Container size should not grow continually.

Additional context

Was running :latest but likely v1.2.1 or 1.3.0 (unfortunately I am unsure here as I recreated the container)

@therobbiedavis therobbiedavis added the bug Something isn't working label Dec 21, 2022
@oae oae linked a pull request Jan 14, 2023 that will close this issue
@oae oae closed this as completed in #59 Jan 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant