node-heapdump icon indicating copy to clipboard operation
node-heapdump copied to clipboard

Make a dump of the V8 heap for later inspection.

Results 7 node-heapdump issues
Sort by recently updated
recently updated
newest added

Ive installed the package and the build step is throwing errors: ``` nest-mono % node-gyp configure build gyp info it worked if it ends with ok gyp info using [email protected]...

I use [pkg](https://github.com/zeit/pkg) to package my Node.js application into a single binary executable on Windows. Included in my application (as a package.json dependency) is *heapdump*. Unfortunately, when packaged with [pkg](https://github.com/zeit/pkg)...

question

Hi. I am running a node process in a docker alpine container, which has no python executable. So node-gyp will fail. I am wondering if there is prebuilt binary i...

enhancement

I've just tried install heapdump on Ubuntu 14.04.4 LTS and it fails. You need to install `make` and `g++` to succeed. `apt-get install make` `apt-get install g++` and then: `npm...

I think it would be great to see a little section faq in README.md. Shallow size and retained size may be a good way to start. Personally, I have dumps...

enhancement