I am using Clover for IntelliJ IDEA plugin to get unit test coverage report. In my Swing application I have 4500 unit tests. When Clover reaches 1200 tests, it is throwing OutOfMemory errors. I increased the Xmx param to 1024Meg. Still no luck.
Any help to run all the tests in Clover would be highly appreciated.