[MRM-1552] Perm-Gen space exception on MAC using the wrapper

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
This commit is contained in:
Olivier Lamy 2011-11-08 16:49:07 +00:00
parent f21e64d0c9
commit dd986c1a8b
1 changed files with 3 additions and 0 deletions

View File

@ -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>