HBASE-13065. Addendum. Fixes the heapsize used to run the unit tests

This commit is contained in:
Devaraj Das 2015-02-18 10:47:29 -08:00
parent 14bb352b02
commit 0740ec6557
1 changed files with 2 additions and 2 deletions

View File

@ -1087,8 +1087,8 @@
<surefire.timeout>900</surefire.timeout>
<test.exclude.pattern></test.exclude.pattern>
<!-- default Xmx value is 2800m. Use -Dsurefire.Xmx=xxg to run tests with different JVM Xmx value -->
<surefire.Xmx>2800</surefire.Xmx>
<surefire.cygwinXmx>2800</surefire.cygwinXmx>
<surefire.Xmx>2800m</surefire.Xmx>
<surefire.cygwinXmx>2800m</surefire.cygwinXmx>
<hbase-surefire.argLine>-enableassertions -XX:MaxDirectMemorySize=1G -Xmx${surefire.Xmx}
-XX:MaxPermSize=256m -Djava.security.egd=file:/dev/./urandom -Djava.net.preferIPv4Stack=true
-Djava.awt.headless=true