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/06/06 12:24:08 UTC

[GitHub] markusthoemmes opened a new pull request #2333: Keep inactive containers around even in a fully loaded system.

markusthoemmes opened a new pull request #2333: Keep inactive containers around even in a fully loaded system.
URL: https://github.com/apache/incubator-openwhisk/pull/2333
 
 
   The ContainerPool will trash it's whole pool of containers if running containers are exhausting the maximum size of the pool.
   
   This implements a scheme where the ContainerPool differs between "maximum containers that are allowed do work" and "maximum containers in the pool at all", where the latter can be greater than the first. This will keep containers longer around allowing for a higher warm-container hit rate with heterogeneous load.
 
----------------------------------------------------------------
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