Return-Path: Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: (qmail 87267 invoked from network); 7 Jul 2010 00:19:45 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 7 Jul 2010 00:19:45 -0000 Received: (qmail 5986 invoked by uid 500); 7 Jul 2010 00:19:44 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 5656 invoked by uid 500); 7 Jul 2010 00:19:44 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 5644 invoked by uid 99); 7 Jul 2010 00:19:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Jul 2010 00:19:44 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Jul 2010 00:19:41 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o670BnSI023634 for ; Wed, 7 Jul 2010 00:11:50 GMT Message-ID: <25859481.227241278461509915.JavaMail.jira@thor> Date: Tue, 6 Jul 2010 20:11:49 -0400 (EDT) From: "Jean-Daniel Cryans (JIRA)" To: issues@hbase.apache.org Subject: [jira] Commented: (HBASE-2817) Allow separate HBASE_REGIONSERVER_HEAPSIZE and HBASE_MASTER_HEAPSIZE In-Reply-To: <15494210.227121278460793012.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-2817?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12885749#action_12885749 ] Jean-Daniel Cryans commented on HBASE-2817: ------------------------------------------- In hbase-env.sh we have this which looks like what Hadoop has: {code} # export HBASE_JMX_BASE="-Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false" # export HBASE_MASTER_OPTS="$HBASE_MASTER_OPTS $HBASE_JMX_BASE -Dcom.sun.management.jmxremote.port=10101" # export HBASE_REGIONSERVER_OPTS="$HBASE_REGIONSERVER_OPTS $HBASE_JMX_BASE -Dcom.sun.management.jmxremote.port=10102" # export HBASE_THRIFT_OPTS="$HBASE_THRIFT_OPTS $HBASE_JMX_BASE -Dcom.sun.management.jmxremote.port=10103" # export HBASE_ZOOKEEPER_OPTS="$HBASE_ZOOKEEPER_OPTS $HBASE_JMX_BASE -Dcom.sun.management.jmxremote.port=10104" {code} The -Xmx's kinda already easy to add this way. You want to break it out even more? > Allow separate HBASE_REGIONSERVER_HEAPSIZE and HBASE_MASTER_HEAPSIZE > -------------------------------------------------------------------- > > Key: HBASE-2817 > URL: https://issues.apache.org/jira/browse/HBASE-2817 > Project: HBase > Issue Type: Improvement > Components: scripts > Affects Versions: 0.21.0 > Reporter: Todd Lipcon > Priority: Minor > > Right now we have a single HBASE_HEAPSIZE configuration. This isn't that great, since the HMaster doesn't really need much ram compared to the region servers. We should allow different java options and heapsize for the different daemon types. > Probably worth breaking out THRIFT, REST, AVRO, etc, as well. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.