RE :Lambda Memory exceeded

0

Hai ,

Can we increase the memory size of lambda function to required size of memory if yes how to increase that , if no how to clear memory issues for lambda function.

Please suggest me your value able info ….

Thanks & Regards Arun Kumar

Arun
asked 2 years ago452 views
1 Answer
1

The memory usage for your function is determined per-invoke and can be viewed in Amazon CloudWatch, look for "Max Memory Used". You can alter/increase the memory assigned to your functions up to 10,240 MB. For more detail see: https://docs.aws.amazon.com/lambda/latest/operatorguide/computing-power.html

AWS
Alex_K
answered 2 years ago
  • if my function exceeds 10,240 MB. , can we increase .. or need to do any change activities on function

  • 10,240MB is currently the limit on a function and this can't currently be increased. How and whether the function can be changed to reduce its memory demands will depend on the function and workload. Alternatively you might consider a container based solution such as Amazon ECS Fargate which allows up to 30GB.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions