Re: Out Of Memory ActiveMQ 4.1

2007-04-30 Thread James Strachan
On 4/29/07, avin98 <[EMAIL PROTECTED]> wrote: Thanks Sandeep Im more concerned about why this is happening, since I start AMQ 4.1.1 within Geronimo, rather than using it as a stand-alone app. As a result, I want to make sure that my App server doesn't crash, as it now does !!! If you're wo

Re: Out Of Memory ActiveMQ 4.1

2007-04-29 Thread avin98
Thanks Sandeep Im more concerned about why this is happening, since I start AMQ 4.1.1 within Geronimo, rather than using it as a stand-alone app. As a result, I want to make sure that my App server doesn't crash, as it now does !!! Sandeep Chayapathi wrote: > > Try the following: > > 1.

Re: Out Of Memory ActiveMQ 4.1

2007-04-26 Thread Sandeep Chayapathi
Try the following: 1. in conf/activemq.xml, uncomment the block and set the to "512 MB" or some such higher memory value. 2. edit bin/activemq and set the ACTIVEMQ_OPTS with "-Xmx512M" or such higher number. These two settings should buy you more memory space for large number of messages, but