-
Notifications
You must be signed in to change notification settings - Fork 26
Closed
Labels
Description
If your dockers run out of memory jobs fail silently. It's annoying.
Our per-instance logs do regularly print instance metrics that include memory in use and memory available metrics. However, parsing them is annoying.
It would be nice if we could add in a regular print statement into the logs that is human readable and reports memory metrics so that one could more easily determine if memory issues are bonking jobs by browsing logs.
Perhaps also include WARNING in the statement if it's above a certain threshold so that a CloudWatch dashboard widget could easily report it?