You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2014/01/09 00:43:58 UTC

svn commit: r1556675 - /commons/proper/beanutils/trunk/pom.xml

Author: sebb
Date: Wed Jan  8 23:43:58 2014
New Revision: 1556675

URL: http://svn.apache.org/r1556675
Log:
Increase memory limit to get round Continuum OOME fails

Modified:
    commons/proper/beanutils/trunk/pom.xml

Modified: commons/proper/beanutils/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/pom.xml?rev=1556675&r1=1556674&r2=1556675&view=diff
==============================================================================
--- commons/proper/beanutils/trunk/pom.xml (original)
+++ commons/proper/beanutils/trunk/pom.xml Wed Jan  8 23:43:58 2014
@@ -357,6 +357,7 @@
         <commons.jira.id>BEANUTILS</commons.jira.id>
         <commons.jira.pid>12310460</commons.jira.pid>
         <!-- limit memory size see BEANUTILS-291; allow command-line override -->
+        <!-- Originally 25M, increased to 50M to get round Continuum CI build failures -->
         <surefire.argLine>-Xmx25M</surefire.argLine>
     </properties>