Rahul Arora

Results 10 comments of Rahul Arora

Hey @kracekumar, I would like to work on it. Can I?

Hi, @vnbang2003 I am new to this community and would like to take this up since it was mentioned under 'easy' label. I have already set up the dev env...

[rocksdb_memory.zip](https://github.com/facebook/rocksdb/files/13207368/rocksdb_memory.zip) This code reproduces the memory leak on my mac. Haven't tried it on linux though. First writes 10M random POJOs to the DB. Then reads 10M entries. Then, an...

Thanks @cmccrorie . Please let me know if anything is required to better help solve this.

Hi @alanpaxton, the memory leak is quite slow for my system. It increased by 1-2% everyday in a 80G machine. I use 2 commands to check the memory: 1. "sar...

Hey @adamretter and @alanpaxton , I'll try to be as detailed as possible. Still, if anything more is required then please let me know. My environment config is given below:...

@adamretter Also, I've mentioned this in one of my previous comments. TCmalloc doesn't work with RocksDB on Debian 11. My application fails to start with "double free or corruption (out)"...

Hi @alanpaxton, I can give it a shot, but I wanted to inform you that I attempted using both jemalloc and tcmalloc with my application, and unfortunately, the memory continued...

Hey @adamretter, this is still not resolved but I have some more observations. I'll try to summarise it here with some context of the workload. In my use case, rocks...

Please excuse me for directly adding the code in the comment below but I'm unable to upload any file from my laptop. ``` public class RocksNRTBackend extends NRTBackend { private...