You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by no...@apache.org on 2010/03/26 20:06:21 UTC

svn commit: r928019 - /james/server/trunk/spring-deployment/pom.xml

Author: norman
Date: Fri Mar 26 19:06:21 2010
New Revision: 928019

URL: http://svn.apache.org/viewvc?rev=928019&view=rev
Log:
Add some memory defaults for startup scripts..

Modified:
    james/server/trunk/spring-deployment/pom.xml

Modified: james/server/trunk/spring-deployment/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/pom.xml?rev=928019&r1=928018&r2=928019&view=diff
==============================================================================
--- james/server/trunk/spring-deployment/pom.xml (original)
+++ james/server/trunk/spring-deployment/pom.xml Fri Mar 26 19:06:21 2010
@@ -51,6 +51,8 @@
 		  <repositoryName>lib</repositoryName>
           <includeConfigurationDirectoryInClasspath>true</includeConfigurationDirectoryInClasspath>
           <environmentSetupFileName>setenv</environmentSetupFileName>
+          <!--  set some sane defaults for memory -->
+          <extraJvmArguments>-Xms128m -Xmx512m</extraJvmArguments>
           <!-- Generate bin scripts for windows and unix per default -->
           <platforms>
             <platform>windows</platform>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org