Replies: 1 comment 6 replies
-
Might depend on the underlying filesystem on your host. Can you give the output of Also can you show your Dockerfile? And what's the size of your context ( |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I`m kinda going insane with current docker performance, I have ci server with gitlab docker runner, and each time I have more that few jobs in pipeline start at once docker just hangs in random places, I`m convinced it is some kind of race condition or deadlock, because I dont see such stuff when only one job is running. Here is an example of logs from last job. Question is why docker spend 546.1 seconds loading build context, when it is only 518 kb?
Beta Was this translation helpful? Give feedback.
All reactions