mirror of https://github.com/apache/archiva.git
[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:
parent
f21e64d0c9
commit
dd986c1a8b
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue