You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flume.apache.org by br...@apache.org on 2012/05/09 04:45:03 UTC

svn commit: r1335904 - /incubator/flume/trunk/conf/flume-env.sh.template

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=""