You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Arnaud Simon (JIRA)" <qp...@incubator.apache.org> on 2008/06/09 14:33:44 UTC

[jira] Created: (QPID-1127) (0.10 code path) The use of direct buffers causes memory exhaustion

(0.10 code path) The use of direct buffers causes memory exhaustion 
--------------------------------------------------------------------

                 Key: QPID-1127
                 URL: https://issues.apache.org/jira/browse/QPID-1127
             Project: Qpid
          Issue Type: Bug
          Components: Java Client
    Affects Versions: M3
            Reporter: Arnaud Simon
             Fix For: M3


0.10 code path does not call     ByteBuffer.setUseDirectBuffers(Boolean.getBoolean("amqj.enableDirectBuffers"));

This means that direct buffers are always used with the drawback of some JVM quickly running out of memory.  


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (QPID-1127) (0.10 code path) The use of direct buffers causes memory exhaustion

Posted by "Arnaud Simon (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arnaud Simon resolved QPID-1127.
--------------------------------

    Resolution: Fixed

> (0.10 code path) The use of direct buffers causes memory exhaustion 
> --------------------------------------------------------------------
>
>                 Key: QPID-1127
>                 URL: https://issues.apache.org/jira/browse/QPID-1127
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client
>    Affects Versions: M3
>            Reporter: Arnaud Simon
>            Assignee: Arnaud Simon
>             Fix For: M3
>
>
> 0.10 code path does not call     ByteBuffer.setUseDirectBuffers(Boolean.getBoolean("amqj.enableDirectBuffers"));
> This means that direct buffers are always used with the drawback of some JVM quickly running out of memory.  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (QPID-1127) (0.10 code path) The use of direct buffers causes memory exhaustion

Posted by "Arnaud Simon (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arnaud Simon closed QPID-1127.
------------------------------


> (0.10 code path) The use of direct buffers causes memory exhaustion 
> --------------------------------------------------------------------
>
>                 Key: QPID-1127
>                 URL: https://issues.apache.org/jira/browse/QPID-1127
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client
>    Affects Versions: M3
>            Reporter: Arnaud Simon
>            Assignee: Arnaud Simon
>             Fix For: M3
>
>
> 0.10 code path does not call     ByteBuffer.setUseDirectBuffers(Boolean.getBoolean("amqj.enableDirectBuffers"));
> This means that direct buffers are always used with the drawback of some JVM quickly running out of memory.  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (QPID-1127) (0.10 code path) The use of direct buffers causes memory exhaustion

Posted by "Arnaud Simon (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arnaud Simon reassigned QPID-1127:
----------------------------------

    Assignee: Arnaud Simon

> (0.10 code path) The use of direct buffers causes memory exhaustion 
> --------------------------------------------------------------------
>
>                 Key: QPID-1127
>                 URL: https://issues.apache.org/jira/browse/QPID-1127
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client
>    Affects Versions: M3
>            Reporter: Arnaud Simon
>            Assignee: Arnaud Simon
>             Fix For: M3
>
>
> 0.10 code path does not call     ByteBuffer.setUseDirectBuffers(Boolean.getBoolean("amqj.enableDirectBuffers"));
> This means that direct buffers are always used with the drawback of some JVM quickly running out of memory.  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.