You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by br...@apache.org on 2011/04/13 05:05:17 UTC

svn commit: r1091632 - /archiva/trunk/archiva-modules/archiva-web/archiva-webapp-test/pom.xml

Author: brett
Date: Wed Apr 13 03:05:17 2011
New Revision: 1091632

URL: http://svn.apache.org/viewvc?rev=1091632&view=rev
Log:
give Cargo some more memory to run the application

Modified:
    archiva/trunk/archiva-modules/archiva-web/archiva-webapp-test/pom.xml

Modified: archiva/trunk/archiva-modules/archiva-web/archiva-webapp-test/pom.xml
URL: http://svn.apache.org/viewvc/archiva/trunk/archiva-modules/archiva-web/archiva-webapp-test/pom.xml?rev=1091632&r1=1091631&r2=1091632&view=diff
==============================================================================
--- archiva/trunk/archiva-modules/archiva-web/archiva-webapp-test/pom.xml (original)
+++ archiva/trunk/archiva-modules/archiva-web/archiva-webapp-test/pom.xml Wed Apr 13 03:05:17 2011
@@ -507,9 +507,11 @@
     <profile>
       <id>debug</id>
       <properties>
+        <!-- TODO: review how appropriate the memory settings are - should work with less -->
         <cargo.jvm.args>
           -Xdebug -Xnoagent -Djava.compiler=NONE
           -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=${cargo.debug.port}
+          <cargo.jvm.args>-Xmx512m -XX:MaxPermSize=256m</cargo.jvm.args>
         </cargo.jvm.args>
         <cargo.debug.port>8000</cargo.debug.port>
         <!-- wait an unusual amount of time (1hr) to allow debugging to occur -->
@@ -522,5 +524,7 @@
     <cargo.wait>false</cargo.wait>
     <cargo.install.dir>cargo-installs</cargo.install.dir>
     <maxWaitTimeInMs>60000</maxWaitTimeInMs>
+    <!-- TODO: review how appropriate the memory settings are - should work with less -->
+    <cargo.jvm.args>-Xmx512m -XX:MaxPermSize=256m</cargo.jvm.args>
   </properties>
 </project>