Hi All,

Though I have mentioned the -Xms and -Xmx  values Flume is consuming all memory 
and failing at the end

I have tried adding above parameters in command line as below


a.     /usr/hdp/current/flume-server/bin/flume-ng agent -c /etc/flume/conf -f 
/etc/flume/conf/flumeSolr.conf -n agent -Dproperty="-Xms1024m -Xmx4048m"

b.    /usr/hdp/current/flume-server/bin/flume-ng agent -c /etc/flume/conf -f 
/etc/flume/conf/flumeSolr.conf -n agent -Xms1024m -Xmx4048m

And also using flume-env.sh file as below

export JAVA_OPTS="-Xms2048m -Xmx4048m -Dcom.sun.management.jmxremote 
-XX:+UseParNewGC -XX:+UseConcMarkSweepGC"

I am using HDP 2.5  and flume 1.5.2.2.5

Kindly let me know how to resolve this issue

Regards,
~Sri

Reply via email to