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/08 17:49:07 UTC

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

Author: olamy
Date: Tue Nov  8 16:49:07 2011
New Revision: 1199338

URL: http://svn.apache.org/viewvc?rev=1199338&view=rev
Log:
[MRM-1552] Perm-Gen space exception on MAC using the wrapper
add a default to  -XX:MaxPermSize=128m to 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=1199338&r1=1199337&r2=1199338&view=diff
==============================================================================
--- archiva/trunk/archiva-jetty/pom.xml (original)
+++ archiva/trunk/archiva-jetty/pom.xml Tue Nov  8 16:49:07 2011
@@ -214,6 +214,9 @@
                   <systemProperty>java.io.tmpdir=./temp</systemProperty>
                   <systemProperty>archiva.tmp.group.index.ttl=30</systemProperty>
                 </systemProperties>
+                <extraArguments>
+                  <extraArgument>-XX:MaxPermSize=128m</extraArgument>
+                </extraArguments>
                 <initialMemorySize>512</initialMemorySize>
                 <maxMemorySize>512</maxMemorySize>
               </jvmSettings>