Return-Path: X-Original-To: apmail-zookeeper-user-archive@www.apache.org Delivered-To: apmail-zookeeper-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 B02F290C6 for ; Thu, 10 Nov 2011 21:48:05 +0000 (UTC) Received: (qmail 64989 invoked by uid 500); 10 Nov 2011 21:48:05 -0000 Delivered-To: apmail-zookeeper-user-archive@zookeeper.apache.org Received: (qmail 64898 invoked by uid 500); 10 Nov 2011 21:48:05 -0000 Mailing-List: contact user-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@zookeeper.apache.org Delivered-To: mailing list user@zookeeper.apache.org Received: (qmail 64890 invoked by uid 99); 10 Nov 2011 21:48:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Nov 2011 21:48:05 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sextonhadoop@gmail.com designates 209.85.220.170 as permitted sender) Received: from [209.85.220.170] (HELO mail-vx0-f170.google.com) (209.85.220.170) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Nov 2011 21:47:59 +0000 Received: by vcbfl10 with SMTP id fl10so3291100vcb.15 for ; Thu, 10 Nov 2011 13:47:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=z7TeWWnHzDRXI8TQxqNi4/vC0kgwElyv7ztRGV/iYhs=; b=oeu8j8zRNMmEUtozbjkxwahnbJrLPI/VQWYaAfgtUnaROwueY7QDrmNCBLE55yIgqc Uuj4NMUyE3fHakTuD18oNV/roa2mXR46B9PCofYlXRO9232wsCQmV28nsXBBKbWswyXu ZZycPn7UzCLkPoAcASs8tCHlW/A4UJy4RJi5I= MIME-Version: 1.0 Received: by 10.52.95.34 with SMTP id dh2mr16107888vdb.12.1320961658188; Thu, 10 Nov 2011 13:47:38 -0800 (PST) Received: by 10.52.109.198 with HTTP; Thu, 10 Nov 2011 13:47:38 -0800 (PST) Date: Thu, 10 Nov 2011 13:47:38 -0800 Message-ID: Subject: setting zookeeper heap size From: Ed Sexton To: user@zookeeper.apache.org Content-Type: multipart/alternative; boundary=20cf307cfef465f4b804b1685a98 --20cf307cfef465f4b804b1685a98 Content-Type: text/plain; charset=ISO-8859-1 Hello Group- I am running CDH zookeeper version 3.3.3+12.12 and noticed that zookeeper is running with a heapsize of 6477m. I start zookeeper standalone, via /etc/init.d/hadoop-zookeeper-server. I do not see reference to any ZOOKEEPER_HEAPIZE in the startup or zoo.cfg, nor do I see any special JVMFLAGS in export/usr/bin/zookeeper-server, which is what is called by the startup script, it just has this definition: JVMFLAGS=-Dzookeeper.log.threshold=INFO Can someone guide me to where the 6GB heapsize is being referenced? This seems a bit large of a heap. Thanks for your guidance. Sincerely, Ed --20cf307cfef465f4b804b1685a98--