1.0.1 • Published 9 years ago

nolimitid-memwatch v1.0.1

Weekly downloads
1
License
MIT
Repository
-
Last release
9 years ago

NoLimit Indonesia Memwatch Module

This module will write error file at ./leak.log when application has a memory leak issue.

Installation

  1. Run $ npm install nolimitid-memwatch --save
  2. At your application entry point import the module, eg. var nlMemwatch = require('nolimitid-memwatch');
  3. If this module loaded properly, your application should print an output Application started with nolimitid-memwatch when it's started