lloyd / node-memwatch

A NodeJS library to keep an eye on your memory usage, and discover and isolate leaks.
2.51k stars 302 forks source link

Where should I 'require' memwatch ? #83

Open vadimJS opened 6 years ago

vadimJS commented 6 years ago

Hello there! Where should I put this node-memwatch to detect memory leak? In my main file 'app.js' or in the file I suspect is "leaking" ?