After some more heap dump investigation I found what is eating all the memory. The dump shows that I have more than 2000 TopicSubscription objects and for each one there is an FilePendingMessageCursor, which consumes 265K (the OpenWireFormat object has 2 arrays each consuming 130K). My question is, is there any way to reduce the amount of FilePendingMessageCursor objects ?
-- View this message in context: http://activemq.2283324.n4.nabble.com/clients-are-getting-disconnected-tp3999308p4016754.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.