set default heap for running with eclipse exe
diff --git a/bundles/org.eclipse.test/library.xml b/bundles/org.eclipse.test/library.xml index 1c0a8ab..a10d4dc 100644 --- a/bundles/org.eclipse.test/library.xml +++ b/bundles/org.eclipse.test/library.xml
@@ -89,7 +89,7 @@ </target> <target name="eclipse-test" description="Runs the specified classname as a plug-in test."> - <property name="vmargs" value="" /> + <property name="vmargs" value="-Xms256m -Xmx512m"/> <!--use -consolelog if launching a headless test--> <condition property="consolelog" value="-consolelog">