Unable to set Lambda memory over 3008MB

7

I have a Lambda with the following configuration:

  • Region: us-east-2 (Ohio)
  • Runtime: nodejs12 (also tested nodejs14)

Inside my accounts service quotas, I can see that my maximum function size is 10240 (10gb).

However, attempting to update to anything beyond 3008MB results in the following error:

'MemorySize' value failed to satisfy constraint: Member must have value less than or equal to 3008

According to this post, Ohio is a supported region.

I've tried setting this via Cloudformation as well as via the console, receiving the same error both times.

Does anybody know what I'm doing wrong?

Thanks!

  • Have the same issue. eu-central-1 python 3.9

  • Same issue here! eu-central-1

  • Had the same issue in us-east-1. Tried again a few weeks later, it just worked. No idea what changed

asked 2 years ago6260 views
3 Answers
5

To give a more recent answer to this: I had the same error (13 month old account, fresh out of free tier, basic plan, Frankfurt / eu-central-1 region, Dotnet 6). The problem got resolved with the AWS support. Because technical support was not possible in my support tier, I filed a request in the Support Center as: Account & Billing, Service: "Account", Category: "Other Account Issues", Severity: "General Question". I have chosen "Chat" as communication method. After a short chat, a request was filed (at 9-10 am local time), and resolved (6am the following day).

Now I can set the memory limit to 10,240MB without issues. Tested in Frankfurt and Ireland region.

(Sorry for the lengthy answer, but maybe it saves someone a few minutes piecing together information)

answered a year ago
0

Lambda functions with memory configuration greater than 3GB are currently unavailable for first time use in some regions. We are working on restoring this feature and mitigations are in progress. If you urgently require to use your function with memory greater than 3GB, please raise a support ticket and request that the limit get raised for your account.

profile pictureAWS
EXPERT
answered 2 years ago
  • Hi, was this fixed? Im still getting this error in my free-tier account in us-east-1

  • There is no way to request a quota increase through the service console since the "Function memory maximum" incorrectly shows the maximum of 10,240 megabytes already. Can you please provide instructions as to how one should go about contacting AWS support without paying for a support plan?

  • this seems to still be a problem, and you cannot raise a support ticket without a support plan of course, this is quite a pain!

0

If your account quota shows 10GB, and you are getting this error, it could be a service glitch or capacity issue.

You can either try again later, or choose another supported region and try again.

Jason_S
answered 2 years ago
  • Thanks Jason, I tried another region (us-east-1) and did not receive the error. I also tried changing a modifying a different lambda in the problematic region and received the error again, so it's clearly something wrong with the region. Thanks, I'm assuming I'll need to reach out to support on this

  • Harrison - as Brettski pointed out you can escalate to support and request a limit lift. Hope this get resolved soon.

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