Search

GC easy – Universal Java GC Log Analyser

Tag

Garbage collection log analyzer

UNDERSTANDING ANDROID GC LOGS

Memory utilization on the mobile app has a significant impact on the customer experience. If your app creates a lot of objects, then Android Run Time (ART) environment will trigger Garbage Collection (GC) frequently. Android Garbage Collection is an automatic... Continue Reading →

Total time for which application threads were stopped

Safepoint Lot of us know that JVM pauses entire application for garbage collection. But there are also other reasons for which JVM pauses application. For certain VM operations, certain JVMTI operations and JIT actions JVM pauses the application. Here are... Continue Reading →

DIAGNOSE MEMORY LEAK

Procedures to diagnose and solve all the 5 types of OutOfMemoryErrors that happen within the JVM heap are same. In this article, let's explore how to diagnose these 5 types of OutOfMemoryErrors.

Powered by WordPress.com.

Up ↑