Hi,
Is there a way to avoid having BinaryMemoryAllocatorChunk be used for 
serialization between nodes? The way it permanently keeps a byte array of the 
largest message does not work well for our use case, since we have some very 
large (400M) messages.
Is there a way to enable BinaryOffheapOutputStream instead of the corresponding 
Heap version? I don't see any references to it in the code...
Thanks!
Mark

Reply via email to