You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2017/11/22 13:39:08 UTC

[GitHub] sven-lange-last opened a new pull request #2995: At most 10 `docker run` commands are allowed in parallel

sven-lange-last opened a new pull request #2995: At most 10 `docker run` commands are allowed in parallel
URL: https://github.com/apache/incubator-openwhisk/pull/2995
 
 
   Docker < 1.13.1 has a known problem: if more than 10 containers are created (`docker run`) concurrently, there is a good chance that some of them will fail. See https://github.com/moby/moby/issues/29369
   
   Use a semaphore to make sure that at most 10 `docker run` commands are active the same time.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services