You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by dd...@apache.org on 2015/02/18 19:47:37 UTC

hbase git commit: HBASE-13065. Addendum. Fixes the heapsize used to run the unit tests

Repository: hbase
Updated Branches:
  refs/heads/branch-1 f5e2a8232 -> eb1f46f2b


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


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/eb1f46f2
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/eb1f46f2
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/eb1f46f2

Branch: refs/heads/branch-1
Commit: eb1f46f2b88812222526a236d455c3bb90b0ebeb
Parents: f5e2a82
Author: Devaraj Das <dd...@apache.org>
Authored: Wed Feb 18 10:47:29 2015 -0800
Committer: Devaraj Das <dd...@apache.org>
Committed: Wed Feb 18 10:47:29 2015 -0800

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/eb1f46f2/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7df814f..f915de6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1080,8 +1080,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