Re: Out of Memory Error Apache apollo 1.6

2014-06-13 Thread Nate Sarr
I took a thread dump and it looks like there are a huge number of instances of org.apach.activemq.apollo.broker.PeriodStat which is causing the memory leak. We are using JMS to send messages with a reply queue to receive a response. After each response we do close the Session and MessageConsumer

Re: Out of Memory Error Apache apollo 1.6

2014-06-11 Thread Christian Posta
Might be better to take a heap dump and let us know. On Wed, Jun 11, 2014 at 6:08 AM, Nate Sarr wrote: > Hi > > We are using apache apollo 1.6 and every so often we run into an out of > memory error - the following is the stack trace that was printed to the > log: > > java.lang.OutOfMemoryErr

Out of Memory Error Apache apollo 1.6

2014-06-11 Thread Nate Sarr
Hi We are using apache apollo 1.6 and every so often we run into an out of memory error - the following is the stack trace that was printed to the log: java.lang.OutOfMemoryError: Java heap space at scala.collection.mutable.ResizableArray$class.ensureSize(ResizableArray.scala:99)