-
Notifications
You must be signed in to change notification settings - Fork 293
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
Pack is painfully slow #632
Comments
I've decided to try latest master and it's much more faster but still not enough.
|
This is very valuable feedback. Thank you for the input and furthermore trying it out on master. We've got performance at the forefront of our minds so getting these insights and expectations voiced is greatly appreciated. You can see a bit more detail as to what's going on under the hood by using the |
I'm will to throw a wild guess that this might be pulling the image (or at least checking if the images are up to date). I'd be interested to see what the command arguments are that you are using you can preferch the images and then run build with |
Now that's funky! Thanks! I have a local docker. The command is:
|
Can we take "funky" as a positive comment? 😄 Is there more insight or conversation needed to be had here? We are always looking to improve performance wherever possible but would hate to have an open-ended issue around. @chrono2002 were these answers satisfactory? |
Guys, I'm sorry, why pack is so painfully slow?
It takes ~20 sec to build or rebuild a simple hello world app every time.
I've got a blazingly fast machine with a huge amounts of ram.
Docker in experimental mode (with buildkit) is much faster.
Pack takes ~10 seconds on pre-detecting phase and another ~10 to build an image.
That's ~20 seconds overhead!
The text was updated successfully, but these errors were encountered: