Re: java/lang/OutOfMemoryError

2009-10-19 Thread tejeswara
>> >> >> >> >> >> >> >> >> >> >> Gary Tully wrote: >> >> > >> >> > Can you post your activemq.xml? It looks like you need to restrict >> the >> >> > memory usage of the broker and have it spool

Re: java/lang/OutOfMemoryError

2009-10-17 Thread Gary Tully
oDisk > >> > * > >> > > >> > * > >> > 2009/10/12 tejeswara > >> > > >> >> > >> >> Our broker is running on Linux (RHEL4 box) and after 1 or 2 days I > see > >> >> below > >> >> error in logs. >

Re: java/lang/OutOfMemoryError

2009-10-16 Thread tejeswara
>> below >> >> error in logs. >> >> Note that, below values are set in bin/activemq in out test lab: >> >> if [ -z "$ACTIVEMQ_OPTS" ] ; then >> >> ACTIVEMQ_OPTS="-Xmx512M >> >> -Dorg.apache.activemq.UseDedicatedTas

Re: java/lang/OutOfMemoryError

2009-10-14 Thread Gary Tully
not see any error. Below error > >> occured when broker is idle. > >> From logs, only activity during this idle period I see is 'DEBUG > >> InactivityMonitor - 30177 ms elapsed since last read check' > >> > >> Can someone help in po

Re: java/lang/OutOfMemoryError

2009-10-13 Thread tejeswara
t is going wrong? >> >> Note that, OutOfMemoryError is seen in our production even when heap size >> is >> bumped up to 1024 and >> dedicated task runner is set to false. This error usvally occurs after 2 >> days broker running without restart. >> if [ -z &quo

Re: java/lang/OutOfMemoryError

2009-10-13 Thread jimmymartin
rytully.com > > Open Source Integration > http://fusesource.com > > -- View this message in context: http://www.nabble.com/java-lang-OutOfMemoryError-tp25864372p25874223.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: java/lang/OutOfMemoryError

2009-10-13 Thread Gary Tully
t; is > bumped up to 1024 and > dedicated task runner is set to false. This error usvally occurs after 2 > days broker running without restart. > if [ -z "$ACTIVEMQ_OPTS" ] ; then > ACTIVEMQ_OPTS="-Xmx1024M > -Dorg.apache.activemq.UseDedicatedTaskRunner=false"

java/lang/OutOfMemoryError

2009-10-12 Thread tejeswara
running without restart. if [ -z "$ACTIVEMQ_OPTS" ] ; then ACTIVEMQ_OPTS="-Xmx1024M -Dorg.apache.activemq.UseDedicatedTaskRunner=false" fi Stack Trace:-> JVMDUMP006I Processing Dump Event "uncaught", detail "java/lang/OutOfMemoryError" - Please Wait.