You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2010/10/27 08:55:08 UTC

svn commit: r1027834 - /gump/metadata/project/james-server.xml

Author: bodewig
Date: Wed Oct 27 06:55:07 2010
New Revision: 1027834

URL: http://svn.apache.org/viewvc?rev=1027834&view=rev
Log:
use jvmarg support to increase memory for james-server

Modified:
    gump/metadata/project/james-server.xml

Modified: gump/metadata/project/james-server.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/james-server.xml?rev=1027834&r1=1027833&r2=1027834&view=diff
==============================================================================
--- gump/metadata/project/james-server.xml (original)
+++ gump/metadata/project/james-server.xml Wed Oct 27 06:55:07 2010
@@ -28,6 +28,7 @@
     <license name="LICENSE.txt"/>
     <mvn goal="install">
       <property name="skipTests" value="true"/>
+      <jvmarg value="-Xmx512m"/>
     </mvn>
 
     <option project="activemq-core"/>