Skip to content
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

Memory keeps on increasing on every request #15

Open
Praveena0989 opened this issue Feb 25, 2018 · 3 comments
Open

Memory keeps on increasing on every request #15

Praveena0989 opened this issue Feb 25, 2018 · 3 comments

Comments

@Praveena0989
Copy link

I have noticed my lambda function memory consumption keeps on increasing on every subsequent request. I have set my max memory of lambda function to 3008mb. The first call consumes around 400 MB and it will keep on increasing until 3008mb after that I will start getting timeout error more frequently.

@leobudima
Copy link

I have the same problem - have you managed to solve it, perhaps?

@Praveena0989
Copy link
Author

@leobudima only way I found is closing the browser after every request but which is not advisable as it will slow down the request processing time

@leobudima
Copy link

@Praveena0989 - thanks - unfortunately, I'm sending requests with very small delays between, so I'm hitting the issue with Lambda not closing the browser every once in a while and it getting stuck, on top of the memory problem...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants