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