egg-memdump-plugin
v0.1.3
Published
It is plugin of eggjs for memdump
Readme
egg-memdump-plugin
It is egg plugin for memdump.
memdumpis a tool that can help us dump the heap at the nodejs server when the memory has leaked.
Install
$ npm i egg-memdump-plugin --saveUsage
// {app_root}/config/plugin.js
exports.memdumpPlugin = {
enable: true,
package: 'egg-memdump-plugin'
};Configuration
// {app_root}/config/config.default.js
exports.memdumpPlugin = {};