You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we are seeing memory utilization graph, we are getting increasing trend over time. But, there is no heap dump generated. Below is what we have in our app.js:- const memwatch = require('memwatch-next'); memwatch.on('leak', (info) => { debug('Memory leak detected : ', info); heapdump.writeSnapshot((err, filename) => { debug('dump written to', filename); }); });
I am not able to connect these two things together. Any opinion or help...
Regards,
Sanjeev
The text was updated successfully, but these errors were encountered:
Hi,
When we are seeing memory utilization graph, we are getting increasing trend over time. But, there is no heap dump generated. Below is what we have in our app.js:-
const memwatch = require('memwatch-next'); memwatch.on('leak', (info) => { debug('Memory leak detected : ', info); heapdump.writeSnapshot((err, filename) => { debug('dump written to', filename); }); });
I am not able to connect these two things together. Any opinion or help...
Regards,
Sanjeev
The text was updated successfully, but these errors were encountered: