diff options
Diffstat (limited to 'archiva-jetty')
-rw-r--r-- | archiva-jetty/pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ <systemProperty>jetty.logs=%ARCHIVA_BASE%/logs</systemProperty> <systemProperty>java.io.tmpdir=./temp</systemProperty> </systemProperties> + <initialMemorySize>256m</initialMemorySize> + <maxMemorySize>256m</maxMemorySize> </jvmSettings> </daemon> </daemons> |