You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by jo...@apache.org on 2011/02/11 16:40:57 UTC

svn commit: r1069845 - /uima/uima-as/trunk/uimaj-as-activemq/pom.xml

Author: joern
Date: Fri Feb 11 15:40:57 2011
New Revision: 1069845

URL: http://svn.apache.org/viewvc?rev=1069845&view=rev
Log:
UIMA-2052 Increased heap memory for extended-test to 1024m

Modified:
    uima/uima-as/trunk/uimaj-as-activemq/pom.xml

Modified: uima/uima-as/trunk/uimaj-as-activemq/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq/pom.xml?rev=1069845&r1=1069844&r2=1069845&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/pom.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/pom.xml Fri Feb 11 15:40:57 2011
@@ -264,7 +264,7 @@
 			  <groupId>org.apache.maven.plugins</groupId>
 			  <artifactId>maven-surefire-plugin</artifactId>
 			  <configuration>
-			    <argLine>-Xmx300M</argLine>
+			    <argLine>-Xmx1024M</argLine>
 			    <includes>
 				  <include>**/TestUimaASBasic.java</include>
 				  <include>**/TestUimaASExtended.java</include>