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
질문됨 2년 전460회 조회
1개 답변
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
답변함 2년 전
  • 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.

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠