3 Replies Latest reply on May 24, 2013 5:56 PM by clebert.suconic

    Lot of ChannelBuffer instances

    michael10

      We get memory problems on our 32bit system. So we have to optimize the memory usage of HornetQ. 

      We made a dump and find a lot of ChannelBuffer instances. Which uses 20% of our memory.

       

       

      So we suppose that there are created duplicats of the message content,  before it is sending to the clients.

      If it is so, is there are a possibility to avoid this duplications? This would help us to reduce the memory usage.

       

      We also looking for other solutions like compressing the messages and/or changing to 64bit.