Return-Path: X-Original-To: apmail-hbase-commits-archive@www.apache.org Delivered-To: apmail-hbase-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 821931042B for ; Wed, 11 Mar 2015 09:39:32 +0000 (UTC) Received: (qmail 6497 invoked by uid 500); 11 Mar 2015 09:39:32 -0000 Delivered-To: apmail-hbase-commits-archive@hbase.apache.org Received: (qmail 6441 invoked by uid 500); 11 Mar 2015 09:39:32 -0000 Mailing-List: contact commits-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list commits@hbase.apache.org Received: (qmail 6432 invoked by uid 99); 11 Mar 2015 09:39:32 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Mar 2015 09:39:32 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 1F0F7E0AB7; Wed, 11 Mar 2015 09:39:32 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: larsgeorge@apache.org To: commits@hbase.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: hbase git commit: HBASE-13174 Apply HBASE-11804 to Windows scripts Date: Wed, 11 Mar 2015 09:39:32 +0000 (UTC) Repository: hbase Updated Branches: refs/heads/master b436db7d7 -> 4d6442ada 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/4d6442ad Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/4d6442ad Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/4d6442ad Branch: refs/heads/master Commit: 4d6442ada638e94e341a817a9fdfa3a4e7957064 Parents: b436db7 Author: Lars George Authored: Wed Mar 11 10:37:49 2015 +0100 Committer: Lars George Committed: Wed Mar 11 10:37:49 2015 +0100 ---------------------------------------------------------------------- bin/hbase.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/4d6442ad/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