(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.