Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Too many buffers being created in TCP mode #873

Open
pulasthi opened this issue Feb 17, 2020 · 0 comments
Open

Too many buffers being created in TCP mode #873

pulasthi opened this issue Feb 17, 2020 · 0 comments

Comments

@pulasthi
Copy link
Contributor

pulasthi commented Feb 17, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant