Repository: flume Updated Branches: refs/heads/trunk dd466c7e4 -> 72be82d30
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/72be82d3 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/72be82d3 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/72be82d3 Branch: refs/heads/trunk Commit: 72be82d301895c214a10dd875260ddc308048623 Parents: dd466c7 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:16 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/72be82d3/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=""
