Fixed bug 419838: Bug_217673.test runs into OOM often
diff --git a/tests/org.eclipse.team.tests.core/test.xml b/tests/org.eclipse.team.tests.core/test.xml
index 040cc6d..39e80da 100644
--- a/tests/org.eclipse.team.tests.core/test.xml
+++ b/tests/org.eclipse.team.tests.core/test.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <!--
-    Copyright (c) 2002, 2011 IBM Corporation and others.
+    Copyright (c) 2002, 2013 IBM Corporation and others.
     All rights reserved. This program and the accompanying materials
     are made available under the terms of the Eclipse Public License v1.0
     which accompanies this distribution, and is available at
@@ -58,6 +58,7 @@
   <!-- the tests have been run should go here. -->
   <target name="run" depends="init,suite,cleanup">
     <ant target="collect" antfile="${library-file}" dir="${eclipse-home}">
+      <property name="vmargs" value="-Xms250M -Xmx250M"/>
       <property name="includes" value="org*.xml"/>
       <property name="output-file" value="org.eclipse.team.tests.core.xml"/>
     </ant>