mirror of
https://github.com/serverless/serverless.git
synced 2025-12-08 19:46:03 +00:00
Clarifying the OOM error from lambda
This commit is contained in:
parent
7dccbec5d5
commit
d1e5c81677
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user