Repository: hbase
Updated Branches:
  refs/heads/branch-1.0 89112e849 -> f5cb91895


HBASE-13174 Apply HBASE-11804 to Windows scripts


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

Branch: refs/heads/branch-1.0
Commit: f5cb91895990910b878b2cdc3239ed48a1fcb307
Parents: 89112e8
Author: Lars George <[email protected]>
Authored: Wed Mar 11 10:38:27 2015 +0100
Committer: Lars George <[email protected]>
Committed: Wed Mar 11 10:38:27 2015 +0100

----------------------------------------------------------------------
 bin/hbase.cmd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/f5cb9189/bin/hbase.cmd
----------------------------------------------------------------------
diff --git a/bin/hbase.cmd b/bin/hbase.cmd
index db7d856..01e1b07 100644
--- a/bin/hbase.cmd
+++ b/bin/hbase.cmd
@@ -87,7 +87,7 @@ if "%hbase-command%"=="" (
   goto :eof
 )
 
-set JAVA_HEAP_MAX=-Xmx1000m
+set JAVA_HEAP_MAX=""
 set JAVA_OFFHEAP_MAX=""
 
 rem check envvars which might override default args

Reply via email to