Is your JVM experiencing Repeated Full GCs? Are you wondering what might have caused it? Are you struggling to fix it? Then you are reading right article. Continue reading “Repeated Full GC”
HP Jmeter – GC Analysis Tool
HP Jmeter is a powerful tool to do Garbage Collection Analysis. Even though there are few Garbage collection analysis tool Continue reading “HP Jmeter – GC Analysis Tool”
How to capture heap dump? – jmap, -XX:+HeapDumpOnOutOfMemoryError
Heap dump is a snapshot of the Java memory. It contains information about the Java objects and classes in the heap at the moment Continue reading “How to capture heap dump? – jmap, -XX:+HeapDumpOnOutOfMemoryError”
Yes, you can catch Memory Leaks during test
Memory leaks are dangerous problems which puts entire application’s availability in to question mark. Most of the time Continue reading “Yes, you can catch Memory Leaks during test”
Memory Leak in Java Executor!
I was surprised to witness the Java Executor behavior – which caused Continue reading “Memory Leak in Java Executor!”