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:
parent
cac8810023
commit
f168697629
1
pom.xml
1
pom.xml
|
@ -163,6 +163,7 @@
|
||||||
<version>2.4.2</version>
|
<version>2.4.2</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<failIfNoTests>false</failIfNoTests>
|
<failIfNoTests>false</failIfNoTests>
|
||||||
|
<argLine>-Xmx512m -XX:MaxPermSize=256m</argLine>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|
Loading…
Reference in New Issue