OutOfMemoryError Java Heap Space when using the Clover Command Line Tools
Symptoms
Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
...
...
Cause
Insufficient memory allocation
Resolution
When running the command, allocate more maximum memory to the clover. Example:
java -Xmx512m com.cenqua.clover.CloverInstr ..
Last modified on Nov 21, 2012
Powered by Confluence and Scroll Viewport.