0.1.1 • Published 10 months ago

cleanheap v0.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

cleanheap

This project cleans weak retainer paths from heap snapshots of even the largest most gnarly dumps 💩

✨ Leaving Your Memory Leak Debugging

Demo of CLI Tool

Usage

To use:

npx cleanheap <input-file-path>

Optionally:

npx cleanheap <input-file-path> <output-file-path>

Contributing

To install dependencies:

bun install

To run:

bun run src/index.ts

To compile:

bun build src/index.ts --compile --outfile cleanheap

Credits

This project was created using bun init in bun v0.7.1. Bun is a fast all-in-one JavaScript runtime.

Inspired by dnachev/heapdump-cleanup I used to use but which couldn't handle larger heap snapshots.

0.1.1

10 months ago

0.1.0

10 months ago

0.0.4

10 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago