[teiid-commits] teiid SVN: r1645 - trunk/test-integration/db/src/main/resources/ctc_tests.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Thu Dec 10 18:40:07 EST 2009


Author: vhalbert at redhat.com
Date: 2009-12-10 18:40:07 -0500 (Thu, 10 Dec 2009)
New Revision: 1645

Modified:
   trunk/test-integration/db/src/main/resources/ctc_tests/ctc.xml
Log:
Teiid 781 - changes to support running from hudson, needed to up the memory

Modified: trunk/test-integration/db/src/main/resources/ctc_tests/ctc.xml
===================================================================
--- trunk/test-integration/db/src/main/resources/ctc_tests/ctc.xml	2009-12-10 22:54:31 UTC (rev 1644)
+++ trunk/test-integration/db/src/main/resources/ctc_tests/ctc.xml	2009-12-10 23:40:07 UTC (rev 1645)
@@ -93,7 +93,7 @@
                   <include name="**/*.jar"/>
                 </fileset>
             </classpath>
-            <jvmarg value="-Xmx256m" />
+            <jvmarg value="-Xmx1024m" />
     	    <jvmarg value="-Dmetamatrix.sockets=true" />
           	<jvmarg value="-Dconfig=${config.file}" />
           	<jvmarg value="-Dscenariofile=${scenario.file}" />



More information about the teiid-commits mailing list