Snippets tagged “heap-dump”
2 snippets use this tag.
- Error java.lang.OutOfMemoryError: GC overhead limit exceededJava
The java.lang.OutOfMemoryError: GC overhead limit exceeded error occurs when the garbage collector is unable to free up enough memory to meet the memory allocation request of the application.
- How to get a thread and heap dump of a Java process on Windows that's not running in a consoleJava
To get a thread and heap dump of a Java process on Windows that is not running in a console, you can use the jstack and jmap tools that are included with the Java Development Kit (JDK).