You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mentioned in the rocksdb wiki, LRU Cache accepts some options.
As we are facing OOMs, the strict_capacity_limit seems a good option to use, but the gorocksdb.NewLRUCache only accepts the cache size.
Is there another way to set options? It would be possible to add it?
Thanks
The text was updated successfully, but these errors were encountered:
As mentioned in the rocksdb wiki, LRU Cache accepts some options.
As we are facing OOMs, the
strict_capacity_limit
seems a good option to use, but thegorocksdb.NewLRUCache
only accepts the cache size.Is there another way to set options? It would be possible to add it?
Thanks
The text was updated successfully, but these errors were encountered: