如果我的Lambda函数需要比分配的内存更多怎么办?

0

【以下的问题经过翻译处理】 你好,

团队中的各位,能否告诉我如果我的Lambda函数需要比分配的内存更多的内存来执行该函数会发生什么情况?

例如:我创建了一个名为x的Lambda函数,并分配了128MB的内存,但我在其中的代码(x)需要243MB。

如果我触发了该函数,会有什么输出?

profile picture
EXPERT
asked 6 months ago4 views
1 Answer
0

【以下的回答经过翻译处理】 您的函数将因异常而失败。

profile picture
EXPERT
answered 6 months ago

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