PlatformLab / TorcDB

TorcDB: A Low-Latency Graph Database on RAMCloud
Apache License 2.0
17 stars 4 forks source link

After a time of executing unit tests, get posix_memalign failed. #4

Open jdellithorpe opened 8 years ago

jdellithorpe commented 8 years ago

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

jdellithorpe commented 8 years ago

Issue #1's fix 5b8e5d4d23fe4a0c4539afc2e9f062d96042bb5b did not fix this problem.