You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by Mark Peters <mp...@yahoo.com> on 2021/09/13 20:49:14 UTC

Use BinaryOffheapOutputStream or avoid BinaryMemoryAllocatorChunk

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