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
demandé il y a 2 ans460 vues
1 réponse
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
répondu il y a 2 ans
  • 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.

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions