HBASE-3184 Xmx setting in pom to use for tests/surefire does not appear to work

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1029798 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jonathan Gray 2010-11-01 19:25:02 +00:00
parent a74fa20066
commit c6213bbfeb
2 changed files with 3 additions and 2 deletions

View File

@ -1080,6 +1080,8 @@ Release 0.21.0 - Unreleased
HBASE-3126 Force use of 'mv -f' when moving aside hbase logfiles
HBASE-3176 Remove compile warnings in HRegionServer
HBASE-3154 HBase RPC should support timeout (Hairong via jgray)
HBASE-3184 Xmx setting in pom to use for tests/surefire does not appear
to work
NEW FEATURES

View File

@ -189,8 +189,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<forkedProcessTimeoutInSeconds>900</forkedProcessTimeoutInSeconds>
<argLine>-enableassertions</argLine>
<argLine>-Xmx1400m</argLine>
<argLine>-enableassertions -Xmx1400m</argLine>
<redirectTestOutputToFile>true</redirectTestOutputToFile>
</configuration>
</plugin>