Replies: 2 comments 5 replies
-
You can refer to here: #2726 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, I've followed the post but it seems it is not working, I setup 128MB of cache and ram went up to 480MB. I made a second test limiting docker ram to 256MB and it stopped there so it seems it uses RAM up to the limit. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I've come to KVRocks from Redis as I need to limit RAM usage on a Job Queue process. The main process will create thousands of keys with some JSON inside, once the job is done it will update the key, not much job and no latency issue, only memory allocation. On redis I reach 16GB of RAM which cannot be handle on the current environment. I would like to lower this figure to 1/2GB mantaining the data and this is why I reached kvrocks.
I exchanged redis for kvrocks and it worked as expected (apart from a corruption error for which I've opened an issue), now I would like to limit ram usage, I set --rocksdb.block_cache_size 128 on command line but the ram is increasing. Which flags I need to set to limit it? (128 is just a test to limit with very low usage). Now I'm using 2.10.1 as per the corruption issue with 2.11.0
Beta Was this translation helpful? Give feedback.
All reactions