1 Reply Latest reply on Jan 23, 2013 6:00 AM by guangquanhao

    2.2.14 Final Paging  problem,help

    guangquanhao

      I build a cluster with two server,this works normally.I build the queue “exampleQueue” on each node,and the memory of jvm is between 512MB and 1024MB,the max-size-bytes of the queue is 100M,the page-size-bytes is 10M,and the address-full-policy is PAGE.But after I send about 400M messages,the client launched exception of timeout,and no messages can be sent.No consumers.I want to test the performance of paging in cluster.

        • 1. Re: 2.2.14 Final Paging  problem,help
          guangquanhao

          The exception of the server is java.lang.OutofMemory.And then I drop the cluster and just use one server.I set up a queue,and the max-size-bytes of the queue is 100M,and the memory of jvm is 1024M,the address-fulll-policy is PAGE.I can see that the server can do paging.But about I send 400MB messages,the client would launch the exception of timeout,and the server would launch the exception of java.lang.outofmemory.Who can help me.