OutOfMemoryError Java Heap Space when using the Clover Command Line Tools

Still need help?

The Atlassian Community is here for you.

Ask the community

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

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.