-
Notifications
You must be signed in to change notification settings - Fork 788
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
feat: add --image-parallel-copies
flag
#2277
Conversation
5d1622f
to
98312aa
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Compare containers/image#1968 ; that might, or might not, also have a noticeable effect for that use case.
(Hypothetically even to the point of making this option unnecessary? I think that’s unlikely, but worth measuring.)
2f08be9
to
955a81d
Compare
--max-parallel-downloads
flag--image-parallel-copies
flag
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does containers/image#1968 change the need for this flag?
955a81d
to
db8701c
Compare
Both PRs can speed up |
@Atry Looks like this needs a rebase. |
4948a7c
to
e9a930d
Compare
Rebased |
LGTM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks again!
Signed-off-by: Yang, Bo <[email protected]>
e9a930d
to
1c72e39
Compare
It would be useful when there are many layers while most of layers are unchanged between versions.
See discussion at nlewo/nix2container#125