Mubarak Seyed created FLUME-1299:
------------------------------------
Summary: More Java Options in flume-env.sh
Key: FLUME-1299
URL: https://issues.apache.org/jira/browse/FLUME-1299
Project: Flume
Issue Type: Improvement
Components: Configuration
Reporter: Mubarak Seyed
Assignee: Mubarak Seyed
Priority: Minor
Just enabling GC settings and GC log.
{code}
#JAVA_OPTS="-Xms200m -Xmx200m -Xmn32m -XX:+UseParNewGC -XX:+UseConcMarkSweepGC
-XX:CMSInitiatingOccupancyFraction=70 -Xss128k -XX:+UseMembar -verbose:gc
-XX:+PrintGCDetails -XX:+PrintGCDateStamps -Xloggc:/var/log/flume/gc.log"
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira