You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2011/11/07 09:29:53 UTC

svn commit: r1198647 - /archiva/trunk/archiva-jetty/pom.xml

Author: olamy
Date: Mon Nov  7 08:29:53 2011
New Revision: 1198647

URL: http://svn.apache.org/viewvc?rev=1198647&view=rev
Log:
[MRM-1549] add some initial memory setup in wrapper.conf

Modified:
    archiva/trunk/archiva-jetty/pom.xml

Modified: archiva/trunk/archiva-jetty/pom.xml
URL: http://svn.apache.org/viewvc/archiva/trunk/archiva-jetty/pom.xml?rev=1198647&r1=1198646&r2=1198647&view=diff
==============================================================================
--- archiva/trunk/archiva-jetty/pom.xml (original)
+++ archiva/trunk/archiva-jetty/pom.xml Mon Nov  7 08:29:53 2011
@@ -213,8 +213,8 @@
                   <systemProperty>jetty.logs=%ARCHIVA_BASE%/logs</systemProperty>
                   <systemProperty>java.io.tmpdir=./temp</systemProperty>
                 </systemProperties>
-                <initialMemorySize>256m</initialMemorySize>
-                <maxMemorySize>256m</maxMemorySize>
+                <initialMemorySize>512m</initialMemorySize>
+                <maxMemorySize>512m</maxMemorySize>
               </jvmSettings>
             </daemon>
           </daemons>