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

Add a flag that controls the podman's engine.image_parallel_copies #6102

Merged
merged 1 commit into from
Mar 8, 2024

Conversation

iain-macdonald
Copy link
Contributor

That setting in containers.conf controls how many layers podman will pull/push concurrently, system-wide. Without setting it, the default is 6. I'd like to set it higher in dev to try and exacerbate https://github.com/buildbuddy-io/buildbuddy-internal/issues/2282 which I suspect will happen more frequently if there's more parallelism hitting soci-store.

Orthogonally, it would be nice to be able to tweak this value in dev/prod to see how it affects image pull performance.

Related issues: https://github.com/buildbuddy-io/buildbuddy-internal/issues/2933

@iain-macdonald iain-macdonald merged commit 3cd13e0 into master Mar 8, 2024
17 checks passed
@iain-macdonald iain-macdonald deleted the podmanparallelpulls branch March 8, 2024 02:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants