Skip to content

Too many buffers being created in TCP mode #873

@pulasthi

Description

@pulasthi

In the TCP mode when allocating send buffers we use the ByteBuffer.allocate method. When the graph is very large the amount of memory is being allocated becomes very large because buffer allocation is done for each communication operation in the graph . This leads to out of memory errors since heap space runs out.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions