-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deployment Fails Due to Lambda MemorySize Exceeding 3008 MB #48
Comments
Hi, thanks for raising this issue, I am currently trying to reproduce this error. I just followed the instructions provided in the repository and wasn't able to reproduce this error. Could you please provide the commands you used in the EC2 instance to try to deploy MRE? |
Environment Setup
Commands Executed
Error EncounteredDuring deployment, the following error occurred for a Lambda function resource:
Let me know if additional details are needed or if specific debugging steps are recommended. |
I see thanks for the information, this is helpful. Additionally, you will need to create a virtual environment by running the command
after the env-init.sh completes. Once the virtual environment is started, you can deploy MRE. |
thank you so much for your fast answer, I'll try this approach during the weekend. |
Yes no problem, let us know how it goes. |
@erosmontin - want to bring attention to: https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html
So this could also be related as well. Keep us posted! |
hi folks, thank you so much for your help, I am still facing the same issue: aws-mre-segment-caching | 3/7 | 7:25:02 PM | CREATE_IN_PROGRESS | AWS::Lambda::Function | Mre-SegmentCaching (MreSegmentCaching4BB22A99) Resource creation Initiated Do you have any suggestions for how to move forward? Could a different version work? |
Could you try to create a Lambda function from scratch via the console (same region as where you were deploying MRE), set memory higher than 3GB, and see if you get an error? Trying to determine if we're dealing with account quota/limits or a problem with the deployment. |
I encountered an issue while deploying versions 2.9.3 and 2.9.1 of the AWS Media Replay Engine. The deployment failed in both us-east-1 and us-east-2 regions, regardless of whether I deployed from my laptop or an EC2 instance while following the instructions in the repository.
The deployment gets stuck due to the following error:
Resource handler returned message: "'MemorySize' value failed to satisfy constraint: Member must have a value less than or equal to 3008 (Service: Lambda, Status Code: 400, Request ID: xxx"
The text was updated successfully, but these errors were encountered: