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 193333531 for ; Mon, 2 May 2011 18:49:56 +0000 (UTC) Received: (qmail 98997 invoked by uid 500); 2 May 2011 18:49:56 -0000 Delivered-To: apmail-hbase-commits-archive@hbase.apache.org Received: (qmail 98977 invoked by uid 500); 2 May 2011 18:49:56 -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 98970 invoked by uid 99); 2 May 2011 18:49:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 May 2011 18:49:55 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 May 2011 18:49:53 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id A863423889BB; Mon, 2 May 2011 18:49:32 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1098727 - /hbase/trunk/src/docbkx/performance.xml Date: Mon, 02 May 2011 18:49:32 -0000 To: commits@hbase.apache.org From: stack@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110502184932.A863423889BB@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: stack Date: Mon May 2 18:49:32 2011 New Revision: 1098727 URL: http://svn.apache.org/viewvc?rev=1098727&view=rev Log: HBASE-3825 performance.xml - adding a few common configuration changes in the 'config' sub-section Modified: hbase/trunk/src/docbkx/performance.xml Modified: hbase/trunk/src/docbkx/performance.xml URL: http://svn.apache.org/viewvc/hbase/trunk/src/docbkx/performance.xml?rev=1098727&r1=1098726&r2=1098727&view=diff ============================================================================== --- hbase/trunk/src/docbkx/performance.xml (original) +++ hbase/trunk/src/docbkx/performance.xml Mon May 2 18:49:32 2011 @@ -86,14 +86,46 @@
<varname>hbase.regionserver.handler.count</varname> - This setting is in essence sets how many requests are + See . + This setting in essence sets how many requests are concurrently being processed inside the RegionServer at any one time. If set too high, then throughput may suffer as the concurrent requests contend; if set too low, requests will be stuck waiting to get into the machine. You can get a sense of whether you have too little or too many handlers by - on an individual RegionServer then tailing its logs. + on an individual RegionServer then tailing its logs (Queued requests + consume memory). +
+
+ <varname>hfile.block.cache.size</varname> + See . + A memory setting for the RegionServer process. + +
+
+ <varname>hbase.regionserver.global.memstore.upperLimit</varname> + See . + This memory setting is often adjusted for the RegionServer process depending on needs. + +
+
+ <varname>hbase.regionserver.global.memstore.lowerLimit</varname> + See . + This memory setting is often adjusted for the RegionServer process depending on needs. + +
+
+ <varname>hbase.hstore.blockingStoreFiles</varname> + See . + If there is blocking in the RegionServer logs, increasing this can help. + +
+
+ <varname>hbase.hregion.memstore.block.multiplier</varname> + See . + If there is enough RAM, increasing this can help. +