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:
[email protected]


With regards,
Apache Git Services

Reply via email to