2 Replies Latest reply on Apr 1, 2010 3:27 AM by timfox

    Minimum Memory Requirements for HornetQ

    deege

      Hi,

       

      I can't seem to find any minimum memory requirements for HornetQ.

       

      What is the minimum amount of memory needed to run HornetQ (and what configuration would that be in - ie embedded, stand alone, etc)?

       

      Thanks,

      DJ Spiess

        • 1. Re: Minimum Memory Requirements for HornetQ
          clebert.suconic

          We have one of the examples (paging and large message) with very low memory arguments. (50 MiB).

           

          so, HornetQ itself has a very low footprint.

           

          Now.. everything will depend on the number of messages you want to have pending as they stay in memory.

           

          Look at Paging and Blocking configuration on the documentation. The MaxSize there is actually an estimate of how many bytes you want for a given address.

          • 2. Re: Minimum Memory Requirements for HornetQ
            timfox

            Or just try it yourself, just start up a server with no messages, and see how much memory it takes (e.g. using jconsole).

             

            As Clebert says, the amount of memory required will depend on how many messages you want in memory on the server at any one time.