Browse Source

fix sys props

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1579826 13f79535-47bb-0310-9956-ffa450edef68
tags/archiva-2.1.0
Olivier Lamy 10 years ago
parent
commit
b6b6107515
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      archiva-jetty/pom.xml

+ 1
- 1
archiva-jetty/pom.xml View File

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

Loading…
Cancel
Save