So recently I wanted to perform a memory analysis on a heap dump of whooping 5GB using Eclipse’s Memory Analyzer Tool (MAT). My Eclipse IDE fainted just by the idea of opening up and parsing this gigantic dump file. One of the option here is to incre...
alas-a-portfolio.vercel.app2 min read
Yash Nerkar
Full stack developer
This has happened to me also. Running Node js server and caught into heap dump issue. I was also manually setting the max heap size from 2GB to 8 GB. Isnt there any resolving method or log file where we can track the memory leak or anyhing?