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

Memory leak in UCXBufferCommunicator #8

Open
nsakharnykh opened this issue Dec 18, 2019 · 2 comments
Open

Memory leak in UCXBufferCommunicator #8

nsakharnykh opened this issue Dec 18, 2019 · 2 comments

Comments

@nsakharnykh
Copy link
Contributor

UCXBufferCommunicator allocates buffers for count and recv_buffer used in callbacks but never frees them. Although these buffers are small (8 bytes each), we should consider making it clean.

@nsakharnykh
Copy link
Contributor Author

@gaohao95 is this still a problem, and if so, could it be one of the reasons for #51?

@gaohao95
Copy link
Collaborator

@gaohao95 is this still a problem, and if so, could it be one of the reasons for #51?

I don't think it's related, since #51 happens without using UCXBufferCommunicator.

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

2 participants