Olasoji Denloye

Results 6 comments of Olasoji Denloye

Hi Jerry could you describe the steps to reproduce this. Do you run 'make tests' with a clean heap? Thanks

PCJ uses code from Openjdk and also implements Java interfaces, and so we decided to use GPL v2 license which is compatible with openjdk

Yes PCJ supports Device-DAX mode. When using device dax you must set the 'size' parameter to 0

Hello, it looks like you have run of memory on the persistent heap. if you trying to allocate multiple 2MB memory blocks then you may need to increase the heapSize...

i wrote a small test on an 8MB growable heap does the following `while (true) { mb = allocateMemoryBlock(2MB, false); mb.free(false); }` This will run forever. perhaps your unit test...

hello @zhengwei14, a few questions on your setup. are you running on the master branch? what version of PMDK do you have installed? do the LLPL tests run successfully? you...