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-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org