Return-Path: X-Original-To: apmail-incubator-flume-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-flume-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E4FE6C07C for ; Wed, 9 May 2012 02:45:25 +0000 (UTC) Received: (qmail 60153 invoked by uid 500); 9 May 2012 02:45:25 -0000 Delivered-To: apmail-incubator-flume-commits-archive@incubator.apache.org Received: (qmail 60110 invoked by uid 500); 9 May 2012 02:45:25 -0000 Mailing-List: contact flume-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flume-dev@incubator.apache.org Delivered-To: mailing list flume-commits@incubator.apache.org Received: (qmail 60086 invoked by uid 99); 9 May 2012 02:45:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 May 2012 02:45:25 +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; Wed, 09 May 2012 02:45:23 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 4F8D52388860; Wed, 9 May 2012 02:45:03 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1335904 - /incubator/flume/trunk/conf/flume-env.sh.template Date: Wed, 09 May 2012 02:45:03 -0000 To: flume-commits@incubator.apache.org From: brock@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120509024503.4F8D52388860@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: brock Date: Wed May 9 02:45:02 2012 New Revision: 1335904 URL: http://svn.apache.org/viewvc?rev=1335904&view=rev Log: FLUME-1140: Adding Xms value in flume-env.sh (Alexander Lorenz-Alten via Brock Noland) Modified: incubator/flume/trunk/conf/flume-env.sh.template Modified: incubator/flume/trunk/conf/flume-env.sh.template URL: http://svn.apache.org/viewvc/incubator/flume/trunk/conf/flume-env.sh.template?rev=1335904&r1=1335903&r2=1335904&view=diff ============================================================================== --- incubator/flume/trunk/conf/flume-env.sh.template (original) +++ incubator/flume/trunk/conf/flume-env.sh.template Wed May 9 02:45:02 2012 @@ -21,8 +21,8 @@ #JAVA_HOME=/usr/lib/jvm/java-6-sun -# Give Flume more memory -#JAVA_OPTS="-Xmx200m" +# Give Flume more memory and pre-allocate +#JAVA_OPTS="-Xms100m -Xmx200m" # Note that the Flume conf directory is always included in the classpath. #FLUME_CLASSPATH=""