0.1.3 • Published 5 years ago

egg-memdump-plugin v0.1.3

Weekly downloads
2
License
MIT
Repository
github
Last release
5 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

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago