TorcDB
TorcDB copied to clipboard
After a time of executing unit tests, get posix_memalign failed.
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
Issue #1's fix 5b8e5d4d23fe4a0c4539afc2e9f062d96042bb5b did not fix this problem.