0.1.3 • Published 7 years ago

egg-memdump-plugin v0.1.3

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

egg-memdump-plugin

It is egg plugin for memdump.

memdump is a tool that can help us dump the heap at the nodejs server when the memory has leaked.

Install

$ npm i egg-memdump-plugin --save

Usage

// {app_root}/config/plugin.js
exports.memdumpPlugin = {
  enable: true,
  package: 'egg-memdump-plugin'
};

Configuration

// {app_root}/config/config.default.js
exports.memdumpPlugin = {};

License

MIT

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago