Menu

#1 JUnit OutOfMemoryError

open
nobody
None
5
2010-10-04
2010-10-04
gthieme
No

This plugin works great for running JUnit tests for multiple project. My problem is that one of the projects needs additional memory allocated in-order to run all the JUnit tests. To get this JUnit test to run in Eclipse I created a run configuration with the following "VM arguments":
-Xms128M
-Xmx512M
-XX:PermSize=64M
-XX:MaxPermSize=256M
-XX:ReservedCodeCacheSize=64M

How do I add these VM arguments to the JUnit tests run using this plugin?

Thanks,
Geoff

Discussion


Log in to post a comment.