We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
posix_memalign is a method used for allocating memory. This method is failing with the following error:
posix_memalign(4096, 134283264) failed: /home/jdellit/RAMCloud/src/Infiniband.h:353 (RegisteredBuffers)
This might be due to a memory leak across JNI, like #1
The text was updated successfully, but these errors were encountered:
Issue #1's fix 5b8e5d4 did not fix this problem.
Sorry, something went wrong.
No branches or pull requests
posix_memalign is a method used for allocating memory. This method is failing with the following error:
posix_memalign(4096, 134283264) failed: /home/jdellit/RAMCloud/src/Infiniband.h:353 (RegisteredBuffers)
This might be due to a memory leak across JNI, like #1
The text was updated successfully, but these errors were encountered: