Repository: hbase Updated Branches: refs/heads/branch-1 0fb1ad7db -> d0682d19f
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/d0682d19 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/d0682d19 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/d0682d19 Branch: refs/heads/branch-1 Commit: d0682d19ff1d42618f213fbac0533742f18d547c Parents: 0fb1ad7 Author: Lars George <[email protected]> Authored: Wed Mar 11 10:38:48 2015 +0100 Committer: Lars George <[email protected]> Committed: Wed Mar 11 10:38:48 2015 +0100 ---------------------------------------------------------------------- bin/hbase.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/d0682d19/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
