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

v7.7.0 pulling takes forever #3289

Closed
anotherbridge opened this issue Jan 16, 2024 · 2 comments
Closed

v7.7.0 pulling takes forever #3289

anotherbridge opened this issue Jan 16, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@anotherbridge
Copy link

Describe the bug
Pulling the container has always been not very fast (c.f. #2715), but was still acceptable in our use-case. However, since. v7.7.0 it almost takes forever to pull the container. So far the longest I've waited was 8h and the pull was still not complete. Up until v7.6.0 it took me about half an hour.

To Reproduce
Steps to reproduce the behavior:

  1. Run podman pull docker.io/oxsecurity/megalinter:latest
  2. Wait forever

P.S. I am running the podman command as a non-root user and use overlayfs as a storage driver.

Expected behavior
Pull the container within a reasonable time-frame.

Additional context

Tested on a Debian 12.4 system with x86 architecture as well as macOS Sonoma 14.2.1 arm64 architecture.

@anotherbridge anotherbridge added the bug Something isn't working label Jan 16, 2024
@echoix
Copy link
Collaborator

echoix commented Jan 16, 2024

8h for a pull doesn't make any sense, what else is happening? Is it a problem from our side (apart from the fact that the full image is indeed full, thus the reason we make smaller more specialized images for common use-cases)

@anotherbridge
Copy link
Author

@echoix I actually figured out that this was due to a wrong measurement of the tool I used to monitor my memory usage. I figured out that it was a memory problem and with more memory pulling the image takes about 10min-15min.

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

No branches or pull requests

2 participants