News

Diagnose the problem 1. Capture the heap dump A heap dump is a snapshot of what’s in your Java program’s memory at a given point in time. It contains details about objects that are present in memory, ...
I have a program thats real simple and will read through my xml file and print out some stuff. THe problem is the xml file is 2gb long and I cant run the program. Any options?