I get this error message as I execute my JUnit tests:
java.lang.OutOfMemoryError: GC overhead limit exceeded
I know what an OutOfMemo
OutOfMemo
Just increase the heap size a little by setting this option in
Run → Run Configurations → Arguments → VM arguments
-Xms1024M -Xmx2048M
Xms - for minimum limit
Xmx - for maximum limit