Repository: flume Updated Branches: refs/heads/flume-1.6 e296f0d72 -> e76583db5
FLUME-2337. export JAVA_HOME in flume-env.sh.template and increase heap size (Roshan Naik via Hari) Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/e76583db Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/e76583db Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/e76583db Branch: refs/heads/flume-1.6 Commit: e76583db5bda90ecb050761314d2264835070264 Parents: e296f0d Author: Hari Shreedharan <[email protected]> Authored: Fri Sep 12 13:23:16 2014 -0700 Committer: Hari Shreedharan <[email protected]> Committed: Fri Sep 12 13:23:49 2014 -0700 ---------------------------------------------------------------------- conf/flume-env.sh.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/e76583db/conf/flume-env.sh.template ---------------------------------------------------------------------- diff --git a/conf/flume-env.sh.template b/conf/flume-env.sh.template index 3012814..c8b660f 100644 --- a/conf/flume-env.sh.template +++ b/conf/flume-env.sh.template @@ -19,10 +19,10 @@ # Enviroment variables can be set here. -#JAVA_HOME=/usr/lib/jvm/java-6-sun +# export JAVA_HOME=/usr/lib/jvm/java-6-sun # Give Flume more memory and pre-allocate, enable remote monitoring via JMX -#JAVA_OPTS="-Xms100m -Xmx200m -Dcom.sun.management.jmxremote" +# export JAVA_OPTS="-Xms100m -Xmx2000m -Dcom.sun.management.jmxremote" # Note that the Flume conf directory is always included in the classpath. #FLUME_CLASSPATH=""
