Re: Java Heap Space Out Of Memory error

2011-10-13 Thread Mingjie Lai
Hammerman. Are you sure your flume master has OOME with "-Xms3g -Xmx3g"? I have test env running for long time, but didn't notice any master OOME issue. Or you're doing something special? Thanks, Mingjie On 10/11/2011 06:05 AM, Hammerman, Joseph wrote: Thanks, Mingjie. The solution for us

Re: Java Heap Space Out Of Memory error

2011-10-11 Thread Hammerman, Joseph
Thanks, Mingjie. The solution for us was to increase the JOPTS value in /usr/lib/flume/bin/flume. On 10/11/11 3:07 AM, "Mingjie Lai" wrote: >You can try to use ``jps -v'' to see whether the jvm options applied. > >In bin/flume, I also saw that the watch dog also use JOPTS, so it will >also allo

Re: Java Heap Space Out Of Memory error

2011-10-11 Thread Mingjie Lai
You can try to use ``jps -v'' to see whether the jvm options applied. In bin/flume, I also saw that the watch dog also use JOPTS, so it will also allocate the same amount of heap besides flume master/nodes. Should be a bug. On 10/10/2011 11:12 AM, Hammerman, Joseph wrote: Hi Flume-users lis