You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by tw...@apache.org on 2007/09/19 09:53:29 UTC

svn commit: r577187 - /incubator/uima/uimaj/trunk/uimaj-core/pom.xml

Author: twgoetz
Date: Wed Sep 19 00:53:28 2007
New Revision: 577187

URL: http://svn.apache.org/viewvc?rev=577187&view=rev
Log:
Jira UIMA-574: need to increase heap size for test case.

https://issues.apache.org/jira/browse/UIMA-574

Modified:
    incubator/uima/uimaj/trunk/uimaj-core/pom.xml

Modified: incubator/uima/uimaj/trunk/uimaj-core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-core/pom.xml?rev=577187&r1=577186&r2=577187&view=diff
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-core/pom.xml (original)
+++ incubator/uima/uimaj/trunk/uimaj-core/pom.xml Wed Sep 19 00:53:28 2007
@@ -75,7 +75,7 @@
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-surefire-plugin</artifactId>
 				<configuration>
-					<argLine>-Xmx384M</argLine>
+					<argLine>-Xmx400M</argLine>
 				</configuration>
 			</plugin>		
 		</plugins>