From d1e5c816775e1995ac19eb394bd9c19ee7ae15a0 Mon Sep 17 00:00:00 2001 From: Maciej Skierkowski Date: Mon, 29 Jul 2019 12:31:59 -0400 Subject: [PATCH] Clarifying the OOM error from lambda --- docs/dashboard/insights.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dashboard/insights.md b/docs/dashboard/insights.md index 7ae436682..a2e8627f5 100644 --- a/docs/dashboard/insights.md +++ b/docs/dashboard/insights.md @@ -49,7 +49,7 @@ The approaching out of memory alert runs every 5 minutes. It looks at the memory ### Memory: Out of Memory -The out of memory alert is checked on every invocation of the function. If any invocation exceeds memory utilization beyond the configured allocated memory, an out of memory error will be triggered and the alert will be triggered immediately. If an alert has been triggered in the past 48 hours, then the alert will be silenced for 48 hours. +The out of memory alert is checked on every invocation of the function. If any invocation uses more memory than is configured for that function, Lambda will abruptly shut down the invocation and trigger an out of memory error. The alert will be triggered immediately. If an alert has been triggered in the past 48 hours, then the alert will be silenced for 48 hours. ### Error: New Error Type Identified