From: Olivier Lamy Date: Mon, 7 Nov 2011 08:28:33 +0000 (+0000) Subject: add basic memory settings in jetty wrapper distrib X-Git-Tag: archiva-1.4-M2~137 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5dbee3276e3ad794f843a1c272a50d2fa968db5f;p=archiva.git add basic memory settings in jetty wrapper distrib git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1198643 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/archiva-jetty/pom.xml b/archiva-jetty/pom.xml index 2f766c267..ba09f866e 100644 --- a/archiva-jetty/pom.xml +++ b/archiva-jetty/pom.xml @@ -213,6 +213,8 @@ jetty.logs=%ARCHIVA_BASE%/logs java.io.tmpdir=./temp + 256m + 256m diff --git a/archiva-modules/archiva-web/archiva-webapp/pom.xml b/archiva-modules/archiva-web/archiva-webapp/pom.xml index 76f57fb06..a8e5b31db 100644 --- a/archiva-modules/archiva-web/archiva-webapp/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp/pom.xml @@ -1073,6 +1073,7 @@ ${project.build.directory}/appserver-home ${basedir}/appserver-base/logs ${basedir}/target/auto-admin-creation.properties + ${project.build.directory}