Clarifying the OOM error from lambda

This commit is contained in:
Maciej Skierkowski 2019-07-29 12:31:59 -04:00 committed by GitHub
parent 7dccbec5d5
commit d1e5c81677
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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