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

Building and pushing uncompressed images #38

Open
tjcrone opened this issue Dec 30, 2019 · 1 comment
Open

Building and pushing uncompressed images #38

tjcrone opened this issue Dec 30, 2019 · 1 comment

Comments

@tjcrone
Copy link
Contributor

tjcrone commented Dec 30, 2019

I have been trying to figure out ways to reduce the time it takes to spin up new nodes when they are required to accommodate new users. I have noticed that most of the time for pulling images (at least in our case) is taken up by layer decompression. Do we know if Docker has a way of building images with layers that are not compressed? Is this functionality exposed in r2d so we can expose it in hubploy? Or is this simply not possible? Thanks!

@yuvipanda
Copy link
Collaborator

Good question! I'm not sure. Decompression is the longest phase in our case too, but we nailed it down to disk IO being slow. Switching to SSD base disks made it so much faster. So maybe that would be useful?

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

No branches or pull requests

2 participants