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:
parent
a74fa20066
commit
c6213bbfeb
|
@ -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
|
||||
|
|
3
pom.xml
3
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue