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/10/01 20:38:31 UTC

[GitHub] markusthoemmes opened a new pull request #2827: Notify the user if a container is killed due to memory exhaustion.

markusthoemmes opened a new pull request #2827: Notify the user if a container is killed due to memory exhaustion.
URL: https://github.com/apache/incubator-openwhisk/pull/2827
 
 
   If a user-container runs out of memory, the HTTP connections is abruptly aborted and the user has no chance to get further evidence into why her action failed.
   
   Docker actually provides that information so it can be checked on an abrupt connection termination whether the container was indeed aborted by the OOM killer.
   
   **TODO:**
   
   - [ ] Tests
 
----------------------------------------------------------------
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