HOW TO DIAGNOSE MEMORY LEAKS?

Memory leaks don't have to be hard/scary/tedious problem to solve if we can follow below mentioned 3 simple steps: Step 1: Capture baseline heap dump You need to capture heap dump when it’s in the healthy state. Start your application. Let it take real traffic for 10 minutes. At this point, capture heap dump. Heap... Continue Reading →

Up ↑