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

No dump generated on Node 6.9.1 + BeanStalk #35

Open
skumar568 opened this issue Jan 2, 2018 · 0 comments
Open

No dump generated on Node 6.9.1 + BeanStalk #35

skumar568 opened this issue Jan 2, 2018 · 0 comments

Comments

@skumar568
Copy link

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

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

1 participant