Home > Enterprise >  AWS Lambda: 'MemorySize' value failed to satisfy constraint
AWS Lambda: 'MemorySize' value failed to satisfy constraint

Time:02-03

I have a really weird problem while trying to change Lambda's memory size. It's clearly stated in the UI that we can Set memory to between 128 MB and 10240 MB, but when I set 8192 value and click Apply, I am getting the following error message:

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

Already checked the Quotas and it's all good there. Honestly, I am stuck

Thanks

CodePudding user response:

3008 MB is the previous memory limit. Check out this announcement. Note that not all AWS regions support this 10 GB of memory yet. For example, I tried setting memory to 10240 MB in Asia Pacific (Hong Kong) region, I got the same error.

CodePudding user response:

Hi I am having the same issue. I am deploying in us-east-2 (Ohio) which allows larger function deployment (default 128-10240), however, same error pops out. It works fine in us-east-1

  •  Tags:  
  • Related