From dd986c1a8b13672758e43238bc47f6f5870fcce2 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Tue, 8 Nov 2011 16:49:07 +0000 Subject: [PATCH] [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 --- archiva-jetty/pom.xml | 3 +++ 1 file changed, 3 insertions(+) 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 @@ java.io.tmpdir=./temp archiva.tmp.group.index.ttl=30 + + -XX:MaxPermSize=128m + 512 512 -- 2.39.5