Adding some memory settings that any forked surefire tests can utilize

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1863 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
Joakim Erdfelt 2010-05-24 23:07:32 +00:00
parent cac8810023
commit f168697629
1 changed files with 1 additions and 0 deletions

View File

@ -163,6 +163,7 @@
<version>2.4.2</version>
<configuration>
<failIfNoTests>false</failIfNoTests>
<argLine>-Xmx512m -XX:MaxPermSize=256m</argLine>
</configuration>
</plugin>
<plugin>