Almost 2 years in production but cannot detect were memory leak is coming from. #14865
Unanswered
RayLuxembourg
asked this question in
Help
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I am running an app and trying to figure out where the memory leak is coming from.
I tried using heapdump but it's not working for me for some reason its empty.
I use custom server (express) with typescript.
I used this command overnight
node --trace_gc --trace_gc_verbose dist/server/index.js
Here is the information I have.
Start of the application
After some hours I get this.
I want this memory leak to stop :(
Package.json dependencies
Beta Was this translation helpful? Give feedback.
All reactions