GitHub user git-hulk added a comment to 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. 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]
