egg-memdump-plugin

0.1.3 • Public • Published

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

Package Sidebar

Install

npm i egg-memdump-plugin

Weekly Downloads

4

Version

0.1.3

License

MIT

Unpacked Size

3.24 kB

Total Files

7

Last publish

Collaborators

  • miser