- Newest
- Most votes
- Most comments
Hi,
This troubleshooting guide will provide you some paths to explore to find the root cause of your issue: https://repost.aws/knowledge-center/lambda-runtime-error
Best,
Didier
Apart from answer mentioned above by Didier, the increasing memory usage pattern in Lambda functions can be attributed to garbage collection (GC) behavior and memory allocation. When Lambda functions have lower memory settings, GC runs more frequently which can impact performance . For Lambda functions experiencing memory issues, it's important to first confirm if this is a single occurrence or a recurring pattern, and then use CloudWatch insights to analyze memory usage patterns over time by checking average and maximum memory utilization . Monitor (profile) and find the root cause. See if this post helps.
https://repost.aws/knowledge-center/lambda-function-memory-usage-monitoring
Relevant content
- asked 2 years ago
- asked 5 years ago
- asked 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 3 years ago
