My Java program threw an OutOfMemoryError. How do I debug and fix this problem?
OutOfMemoryError
Many newcomers to Java struggle to cope with an OutOfMemoryE
OutOfMemoryE
When the application resources run out of the allocated memory of JVM heap, the OutOfMemmoryException is thrown. Try increasing JVM heap size.