fix sys props

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1579826 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2014-03-20 23:23:18 +00:00
parent f87558e289
commit b6b6107515
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@
--> -->
<systemProperty>jetty.logs=%ARCHIVA_BASE%/logs</systemProperty> <systemProperty>jetty.logs=%ARCHIVA_BASE%/logs</systemProperty>
<systemProperty>java.io.tmpdir=%ARCHIVA_BASE%/temp</systemProperty> <systemProperty>java.io.tmpdir=%ARCHIVA_BASE%/temp</systemProperty>
<systemProperty>AsyncLogger.WaitStrategy=Sleep</systemProperty> <systemProperty>AsyncLoggerConfig.WaitStrategy=Sleep</systemProperty>
</systemProperties> </systemProperties>
<extraArguments> <extraArguments>
<extraArgument>-XX:MaxPermSize=128m</extraArgument> <extraArgument>-XX:MaxPermSize=128m</extraArgument>