nolimitid-memwatch
v1.0.1
Published
Automatically write file log when memory leak occur
Downloads
1
Readme
NoLimit Indonesia Memwatch Module
This module will write error file at ./leak.log
when application has a memory leak issue.
Installation
- Run
$ npm install nolimitid-memwatch --save
- At your application entry point import the module, eg.
var nlMemwatch = require('nolimitid-memwatch');
- If this module loaded properly, your application should print an output
Application started with nolimitid-memwatch
when it's started