Olasoji Denloye
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...
I apologize for the delay, I am working on adding some integration tests
@kumargu This encryption plugin **would** work with any KMS provider as long as there is an existing `CryptoKeyProviderPlugin`. currently only a crypto-kms plugin is available and it supports AWS KMS.
@kumargu i dont have any performance data to share; i have so far focused on functionality and correctness. Also in this implementation, you would have re-index in order to rotate...
> I also think we should come to performance sooner (when you are convinced with correctness). I am hoping we'll have very minimal penalty; let me know what your assumptions...