diff options
author | Olivier Lamy <olamy@apache.org> | 2012-06-25 16:54:59 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-06-25 16:54:59 +0000 |
commit | 29b217985448474ab393afe1a4e800cbe44b266e (patch) | |
tree | 8acd97c7e143b5af09124ea3911b0c4b9d899d12 /archiva-modules | |
parent | cbfc4aa789cdf7af6ceade83f93a749ef2b54e18 (diff) | |
download | archiva-29b217985448474ab393afe1a4e800cbe44b266e.tar.gz archiva-29b217985448474ab393afe1a4e800cbe44b266e.zip |
help a bit memory allocation
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1353653 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules')
-rw-r--r-- | archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml b/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml index 4b80b46bf..4518a403b 100644 --- a/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml +++ b/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml @@ -384,6 +384,7 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> + <argLine>-Xmx512m -Xms512m -server</argLine> <systemPropertyVariables> <appserver.base>${project.build.directory}/appserver-base</appserver.base> <plexus.home>${project.build.directory}/appserver-base</plexus.home> |