]> source.dussan.org Git - archiva.git/commitdiff
[MRM-1552] Perm-Gen space exception on MAC using the wrapper
authorOlivier Lamy <olamy@apache.org>
Tue, 8 Nov 2011 16:49:07 +0000 (16:49 +0000)
committerOlivier Lamy <olamy@apache.org>
Tue, 8 Nov 2011 16:49:07 +0000 (16:49 +0000)
add a default to  -XX:MaxPermSize=128m to wrapper.conf

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1199338 13f79535-47bb-0310-9956-ffa450edef68

archiva-jetty/pom.xml

index 7417619367e5a203c0b381d10d682fe6456bc66d..c45bf43cd2c55affb66fef0be7916fe870c6a05e 100644 (file)
                   <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>