Return-Path: X-Original-To: apmail-hbase-user-archive@www.apache.org Delivered-To: apmail-hbase-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 00E8210376 for ; Wed, 10 Jul 2013 21:28:01 +0000 (UTC) Received: (qmail 36867 invoked by uid 500); 10 Jul 2013 21:27:59 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 36821 invoked by uid 500); 10 Jul 2013 21:27:58 -0000 Mailing-List: contact user-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hbase.apache.org Delivered-To: mailing list user@hbase.apache.org Received: (qmail 36813 invoked by uid 99); 10 Jul 2013 21:27:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jul 2013 21:27:58 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of kevin.odell@cloudera.com designates 209.85.215.54 as permitted sender) Received: from [209.85.215.54] (HELO mail-la0-f54.google.com) (209.85.215.54) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jul 2013 21:27:54 +0000 Received: by mail-la0-f54.google.com with SMTP id ec20so6198756lab.13 for ; Wed, 10 Jul 2013 14:27:33 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:x-gm-message-state; bh=F9U9q7hPj8G5ZtCd4daG696erDhO4wxbVFuJFtFlpOM=; b=hTmO6RitCjY3pGJg72TnJYaZfNCy9D8pC+BhKo/CoIDQUX09PVdX8D+y4f/gdwXfjU Sl2ZjHp0GlBymFIMY/Ay+TuE24C+zjpqBO6W13Jx7HM7/geBGNaI0zCfBovpXZOGEWu2 edud3JDNczF1/QwNCPOl3o6hbu32MZtPU1nNfWEXqOHO5yctAUydIj09FCSjwd1y9uPJ pYWLlpC4jrRJY/K1L//IqkG8CUlcOt8QwGnQM6HWJl6qVQFpXFth5W4U8XAqSBAjIE7c CWRuw4Js8ohGEotrz9jEKC7m2kq9MY7KvZzsyB1jeyccDRKHa8wXP7HZkUD9mYrNrTB6 dw1A== MIME-Version: 1.0 X-Received: by 10.152.87.15 with SMTP id t15mr15337832laz.85.1373491653393; Wed, 10 Jul 2013 14:27:33 -0700 (PDT) Received: by 10.112.1.169 with HTTP; Wed, 10 Jul 2013 14:27:33 -0700 (PDT) In-Reply-To: References: Date: Wed, 10 Jul 2013 17:27:33 -0400 Message-ID: Subject: Re: G1 before/after GC time graph From: "Kevin O'dell" To: "user@hbase.apache.org" Content-Type: multipart/alternative; boundary=001a11c3663e1a46fa04e12ef29a X-Gm-Message-State: ALoCoQnCCJthA38TfLPlOAcwqhbhcdrI7l0irb2xYJuWZcTdI4r0tXht/QUwkFMhCFRCat7pPxgS X-Virus-Checked: Checked by ClamAV on apache.org --001a11c3663e1a46fa04e12ef29a Content-Type: text/plain; charset=ISO-8859-1 Anyway you can test this with a 32GB heap? :) On Wed, Jul 10, 2013 at 5:23 PM, Otis Gospodnetic < otis.gospodnetic@gmail.com> wrote: > But, very importantly: > > CPU after changes: https://apps.sematext.com/spm/s/CpZ9aPhL9L > Load after changes: https://apps.sematext.com/spm/s/i7f3x6MXdZ > > So in practical terms, use something like -XX:MaxGCPauseMillis=200 > -XX:NewRatio=4 to force short GC pauses, but count on having more of > them and CPU sweating more. This gives you smaller pauses, no big STW > pauses, but be prepared to pay in CPU cycles. > > HTH > > Otis > -- > HBase Performance Monitoring -- http://sematext.com/spm > > > > On Wed, Jul 10, 2013 at 4:20 PM, Otis Gospodnetic > wrote: > > Not big in this case - 1800m > > > > Otis > > -- > > HBase Performance Monitoring -- http://sematext.com/spm > > > > > > > > On Wed, Jul 10, 2013 at 3:57 PM, Vladimir Rodionov > > wrote: > >> > >> What is -Xmx heap size? > >> > >> Best regards, > >> Vladimir Rodionov > >> Principal Platform Engineer > >> Carrier IQ, www.carrieriq.com > >> e-mail: vrodionov@carrieriq.com > >> > >> ________________________________________ > >> From: Otis Gospodnetic [otis.gospodnetic@gmail.com] > >> Sent: Wednesday, July 10, 2013 12:00 PM > >> To: user@hbase.apache.org > >> Subject: G1 before/after GC time graph > >> > >> Hi, > >> > >> There was talk of G1 and HBase here over the past few days. I wanted > >> to share a fresh and telling SPM graph showing G1 + some other params > >> in action: > >> > >> Result first: https://apps.sematext.com/spm/s/wN0hKVixxX > >> > >> This is what we had before: > >> -XX:+HeapDumpOnOutOfMemoryError -XX:+UseG1GC > >> -XX:InitiatingHeapOccupancyPercent=35 -XX:G1ReservePercent=25 > >> > >> And then we added: > >> -XX:MaxGCPauseMillis=200 -XX:NewRatio=4 > >> > >> I hope this helps. > >> > >> Otis > >> -- > >> HBase Performance Monitoring -- http://sematext.com/spm > >> > >> Confidentiality Notice: The information contained in this message, > including any attachments hereto, may be confidential and is intended to be > read only by the individual or entity to whom this message is addressed. If > the reader of this message is not the intended recipient or an agent or > designee of the intended recipient, please note that any review, use, > disclosure or distribution of this message or its attachments, in any form, > is strictly prohibited. If you have received this message in error, please > immediately notify the sender and/or Notifications@carrieriq.com and > delete or destroy any copy of this message and its attachments. > -- Kevin O'Dell Systems Engineer, Cloudera --001a11c3663e1a46fa04e12ef29a--