I had encountered the problem
Exception in thread “main” java.lang.OutOfMemoryError: GC overhead limit exceeded
I tried to fix this error as a solution is present here
Run
->Run Configurations
->Click on arguments
->inside VM arguments
type
-Xms1024M -Xmx2048M
Xms- for minimum limit
Xmx- for maximum limit
then also it showing the same error. what should I do?
current I am parsing 76GB json File. Keep this thing in mind