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.

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ