Community driven content discussing all aspects of software development from DevOps to design patterns. I don’t know anyone who likes investigating a Java heap dump. They can be massive — literally ...
If you're still using Java, then you know that updating it is vital given the large number of vulnerabilities that plague the software. You also know that you've had ...
A Java agent (as in -javaagent) that automates the generation of heap dumps when thresholds in terms of memory usage of the entire heap or single memory pools (e.g., eden, old gen, etc.) are met.