rocksdb-sharp
rocksdb-sharp copied to clipboard
Limiting unmanaged memory consumption
Is there any way to restrict the unmanaged memory consumption of RocksDb? I'm putting about 2.1GB of data to RocksDb which results in consumption of 1.5GB of unmanaged memory. I found that there are some options available in the native lib, but I don't see them being exposed in C# wrapper.
You can set options regardless of whether the "C# layer" allows it by using the set option API. That should let you control memory usage