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
preguntada hace 2 años460 visualizaciones
1 Respuesta
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
respondido hace 2 años
  • 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.

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas