[jboss-jira] [JBoss JIRA] Created: (JBMESSAGING-1191) BDB PM memory usage

Tim Fox (JIRA) jira-events at lists.jboss.org
Mon Dec 10 13:38:51 EST 2007


BDB PM memory usage
-------------------

                 Key: JBMESSAGING-1191
                 URL: http://jira.jboss.com/jira/browse/JBMESSAGING-1191
             Project: JBoss Messaging
          Issue Type: Task
            Reporter: Tim Fox
         Assigned To: Tim Fox
             Fix For: 2.0.0 Beta


BDB JE copies any byte arrays and stores them in its cache.

This means the message payload can exist in two places in memory.

To avoid this, after persisting a P message, we can drop the payload, and lazily retrieve it from the cache at delivery.

This technique may also provides a means to avoid paging..

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list