Hi Alex, Thanks for assisting. I do have the following settings in flume-env.sh file export UOPTS="-Xms256m -Xmx512m"
But once I do top, it shows this much virtual memory PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 8571 root 21 0 1209m 424m 11m S 2.0 5.3 53:05.95 java -Dflume.log.dir=/var/log/flume 4957 root Regards, Deepak -----Original Message----- From: Alexander Alten-Lorenz [mailto:[email protected]] Sent: Thursday, January 17, 2013 1:58 AM To: [email protected] Subject: Re: Flume Service Takes Lot of Memory Hi Deepak, This is a normal behavior, you can tweak flume's (OG) settings by adding some Xmx params: UOPTS="-Xms1g -Xmx2g" bin/flume node Of course you can also tweak the bin/flume script. - Alex On Jan 17, 2013, at 7:34 AM, "Kumar, Deepak8" <[email protected]> wrote: > Hi, > Could you please guide? > > Regards, > Deepak > > -----Original Message----- > From: Kumar, Deepak8 [CCC-OT_IT NE] > Sent: Wednesday, January 16, 2013 1:29 PM > To: [email protected] > Subject: Flume Service Takes Lot of Memory > > Hi, > I am using flume OG 0.9, the flume agent seems to take almost 1Gig Virtual > Memory. Is it uses this much normally or do we have some configuration > settings? > > PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND > 8571 root 21 0 1209m 424m 11m S 2.0 5.3 53:05.95 java > -Dflume.log.dir=/var/log/flume 4957 root > > Regards, > Deepak -- Alexander Alten-Lorenz http://mapredit.blogspot.com German Hadoop LinkedIn Group: http://goo.gl/N8pCF
