Lorenz Quack created QPID-7763:
----------------------------------

             Summary: [Java Broker] Flow to disk if allocated direct memory 
exceeds broker wide broker.flowToDiskThreshold
                 Key: QPID-7763
                 URL: https://issues.apache.org/jira/browse/QPID-7763
             Project: Qpid
          Issue Type: Bug
          Components: Java Broker
            Reporter: Lorenz Quack


Currently the broker.flowToDiskThreshold is compared against the size used by 
messages on queues.
However, the intent was to have a mechanism for preventing the broker going out 
of direct memory. For this it is much more interesting to observe how much 
direct memory the QpidByteBuffers use. The two numbers can easily differ since 
the QBB can be sparsely populated. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to