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 2019/04/08 02:16:24 UTC

[GitHub] [incubator-openwhisk] style95 commented on issue #4414: Performance: the latency and total run time increase when invoker_user_memory increase?

style95 commented on issue #4414: Performance: the latency and total run time increase when invoker_user_memory increase? 
URL: https://github.com/apache/incubator-openwhisk/issues/4414#issuecomment-480659942
 
 
   If the wait time increases, I think this is because of slow docker operation.
   Since Docker is not designed to provision multiple containers at the same time, it shows poor performance under heavy loads.
   
   That's the reason why I proposed this enhancement.
   https://cwiki.apache.org/confluence/display/OPENWHISK/New+architecture+proposal
   
   I am trying to minimize the impact of slow docker operation with that proposal.
   I would open PRs in the near future.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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