You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/09/12 09:09:26 UTC

[GitHub] markusthoemmes commented on issue #2733: Have seen your Invoker inplementation, how's its performence and memory cost?

markusthoemmes commented on issue #2733: Have seen your Invoker inplementation, how's its performence and memory cost?
URL: https://github.com/apache/incubator-openwhisk/issues/2733#issuecomment-328791918
 
 
   In general, you are right: 400 fully parallel requests will need 400 containers, which results in 100 Gigabyte of memory usage.
   
   Most of the times, those requests are not fully parallel though, so container reuse is in action. You can refer to [my article on invoker performance](https://medium.com/openwhisk/squeezing-the-milliseconds-how-to-make-serverless-platforms-blazing-fast-aea0e9951bd0) for more insight.
 
----------------------------------------------------------------
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