-
Notifications
You must be signed in to change notification settings - Fork 36
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 leak from SSR Next 14.1.3 #319
Comments
Hmm. Your setup here seems right to me. |
I am running it on Node 18.17 and Next 14.1.3. I deployed my project to ECS with 1 CPU, 2GB, and max 3 tasks. All memory in each task is often full and then crashed. |
On the page, I write
|
Can you narrow it down to any of those specifically - if you remove them bit by bit, does it stop leaking at some point? |
I will try and tell you soon |
I removed the apollo and the apollo is not the problem. I am using fetch instead, I will check NextJS 14, maybe the problem is opengraph image of Next 14 vercel/next.js#63796 Thank you for your support |
Thank you for keeping me updated! As it seems that this is not an Apollo Client issue, I'm going to close the issue here. I hope you'll find the memory leak soon! |
Do you have any feedback for the maintainers? Please tell us by taking a one-minute survey. Your responses will help us understand Apollo Client usage and allow us to serve you better. |
I am using
I deployed and I saw the memory is always high then the app will crash. I follow your configuration
https://github.com/apollographql/apollo-client-nextjs
, but it seems that it's still happening. Could you help me fix it?My config below
The text was updated successfully, but these errors were encountered: