Memory leak SaaS
#54803
Replies: 3 comments
-
Having similar issue, since im oved from pages to app Next.js 13.5.x |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm having a similar issue... I'm currently thinking the issue is around the image caching with sharp. |
Beta Was this translation helpful? Give feedback.
0 replies
-
"I built a SaaS website and I'm currently having issues with memory, specifically my baseline memory usage is 500mb and when users start using the application it reaches 1.5 - 2 GB memory usage." Yeah I am seeing the exact numbers on my Next.js App Router v15.2.3 app |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Introduction
I built a SaaS website and I'm currently having issues with memory, specifically my baseline memory usage is 500mb and when users start using the application it reaches 1.5 - 2 GB memory usage.
Specifications
Next.js: v.13.2.3
React: v.18.2
Node local: v.18.12.1
I've already looked at node_modules and identified packages that are large(100mb ect...), checked globals, and properly handle database connections(prisma).
How do I identify and debug memory usage on a service like heroku especially for a frontend framework like next js?
Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions