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: [email protected]
With regards, Apache Git Services
