Author: norman
Date: Sun May  2 17:30:56 2010
New Revision: 940270

URL: http://svn.apache.org/viewvc?rev=940270&view=rev
Log:
Set some higher default memory values when using wrapper

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=940270&r1=940269&r2=940270&view=diff
==============================================================================
--- james/server/trunk/spring-deployment/pom.xml (original)
+++ james/server/trunk/spring-deployment/pom.xml Sun May  2 17:30:56 2010
@@ -120,6 +120,14 @@
                       <name>wrapper.logfile</name>
                       <value>log/wrapper.log</value>
                     </property>
+                    <property>
+                      <name>wrapper.java.initmemory</name>
+                      <value>128</value>
+                    </property>
+                    <property>
+                      <name>wrapper.java.maxmemory</name>
+                      <value>512</value>
+                    </property>
                   </configuration>
                 </generatorConfiguration>
               </generatorConfigurations>



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

Reply via email to