You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2007/07/20 00:40:28 UTC

svn commit: r557800 - /incubator/tuscany/java/sca/pom.xml

Author: lresende
Date: Thu Jul 19 15:40:28 2007
New Revision: 557800

URL: http://svn.apache.org/viewvc?view=rev&rev=557800
Log:
Checking if increasing the memory used for forked processes would help on continuum build

Modified:
    incubator/tuscany/java/sca/pom.xml

Modified: incubator/tuscany/java/sca/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/pom.xml?view=diff&rev=557800&r1=557799&r2=557800
==============================================================================
--- incubator/tuscany/java/sca/pom.xml (original)
+++ incubator/tuscany/java/sca/pom.xml Thu Jul 19 15:40:28 2007
@@ -123,7 +123,7 @@
                         <reportFormat>brief</reportFormat>
                         <useFile>false</useFile>
                         <forkMode>once</forkMode>
-                        <argLine>-ea -Xmx256m</argLine>
+                        <argLine>-ea -Xmx512m</argLine>
                     </configuration>
                 </plugin>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org