Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BED4797F1 for ; Sat, 11 Feb 2012 04:53:54 +0000 (UTC) Received: (qmail 58387 invoked by uid 500); 11 Feb 2012 04:53:51 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 57872 invoked by uid 500); 11 Feb 2012 04:53:43 -0000 Mailing-List: contact dev-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 dev@hbase.apache.org Received: (qmail 57844 invoked by uid 99); 11 Feb 2012 04:53:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Feb 2012 04:53:37 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of saint.ack@gmail.com designates 209.85.214.169 as permitted sender) Received: from [209.85.214.169] (HELO mail-tul01m020-f169.google.com) (209.85.214.169) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Feb 2012 04:53:28 +0000 Received: by obbta7 with SMTP id ta7so6338387obb.14 for ; Fri, 10 Feb 2012 20:53:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=EWoTNbcksrrtX0tzVSEeR0J2Ha6HQ/esP6jgrHf9r2U=; b=ZVKSH0MBDOo4zYQ1WSq9hZX8E2LfkzDYomyMZh/KNYG06ffFjwRS+uoQ/BXHjHCHk7 IfIu/KEJa7pC9F4t1T3iErf9pn6lX9Kj0oaNaM2H8RNI1K96DiyIO4byIP3m39SAg+Ek j9d+kQJFEGVeWzIH+tTwdhydyGNToqEqizzEE= MIME-Version: 1.0 Received: by 10.60.1.230 with SMTP id 6mr1402590oep.42.1328935987984; Fri, 10 Feb 2012 20:53:07 -0800 (PST) Sender: saint.ack@gmail.com Received: by 10.182.19.35 with HTTP; Fri, 10 Feb 2012 20:53:07 -0800 (PST) In-Reply-To: References: Date: Fri, 10 Feb 2012 20:53:07 -0800 X-Google-Sender-Auth: bJbk2_v-luu0WavXszXayqFuKG4 Message-ID: Subject: Re: how to increase Hadoop QA heap From: Stack To: dev@hbase.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On Fri, Feb 10, 2012 at 8:50 PM, Ted Yu wrote: > I found that it was -Xmx2300m that caused JVM error, not > -XX:MaxDirectMemorySize=200m > > The following setting allows unit tests to run on MacBook: > -d32 -XX:MaxDirectMemorySize=200m -enableassertions -Xmx1900m > I committed patch which sets hadoopqa to run w/ 3g heap. Should I have set maxdirectmemorysize too? St.Ack