JUnit OutOfMemoryError
Status: Inactive
Brought to you by:
ipreuss
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