Skip to content

mbman/heap-cleaner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Heap Cleaner - reduces the V8 heapsnapshot and focuses on a specific node for analyzing a memory leak.

Usage

Just run src/cleaner.ts with the input file and optionally pass in a node id to focus. If the node to focus is not provided, the program will try to find a detached window and focus on it.

node --require ts-node/register --max-old-space-size=8192 --stack-size=160000000 src/cleaner.ts sample/sample.heapsnapshot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%