You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2009/09/28 22:02:53 UTC

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

Author: schor
Date: Mon Sep 28 20:02:53 2009
New Revision: 819697

URL: http://svn.apache.org/viewvc?rev=819697&view=rev
Log:
No Jira - test "growing the heap" fails on 64 bit Java (on Linux) - needs larger heap - increasing the test heap size.

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=819697&r1=819696&r2=819697&view=diff
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-core/pom.xml (original)
+++ incubator/uima/uimaj/trunk/uimaj-core/pom.xml Mon Sep 28 20:02:53 2009
@@ -65,7 +65,8 @@
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-surefire-plugin</artifactId>
 				<configuration>
-					<argLine>-Xmx450M</argLine>
+          <!-- testing on 64 bit Linux requires larger heap -->
+					<argLine>-Xmx650M</argLine>
 				</configuration>
 			</plugin>		
 		</plugins>