diff options
author | Olivier Lamy <olamy@apache.org> | 2011-11-08 16:49:07 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2011-11-08 16:49:07 +0000 |
commit | dd986c1a8b13672758e43238bc47f6f5870fcce2 (patch) | |
tree | bb87f8b73d11b770e5ab6001b27ca8a4433216a2 /archiva-jetty | |
parent | f21e64d0c97a61dd7c4f21b9818511e4d37db51b (diff) | |
download | archiva-dd986c1a8b13672758e43238bc47f6f5870fcce2.tar.gz archiva-dd986c1a8b13672758e43238bc47f6f5870fcce2.zip |
[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
Diffstat (limited to 'archiva-jetty')
-rw-r--r-- | archiva-jetty/pom.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/archiva-jetty/pom.xml b/archiva-jetty/pom.xml index 741761936..c45bf43cd 100644 --- a/archiva-jetty/pom.xml +++ b/archiva-jetty/pom.xml @@ -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> |