GitHub user git-hulk edited a comment on the discussion: How to limit RAM usage

@webfrank You could reduce the following configurations as well:

- 
[rocksdb.write_buffer_size](https://github.com/apache/kvrocks/blob/571b02253b9eff79ff94a7bc9235b84ca183ecd2/kvrocks.conf#L700C1-L700C26)
 default value is 64MiB.
- 
[rocksdb.max_write_buffer_number](https://github.com/apache/kvrocks/blob/unstable/kvrocks.conf#L715)
 default value is 4.

You could reduce the write_buffer_size to 16MiB and max_write_buffer_numbner to 
1 if you write traffic is low.

GitHub link: 
https://github.com/apache/kvrocks/discussions/2767#discussioncomment-12070052

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]

Reply via email to