GitHub user git-hulk added a comment to the discussion: Expected use of Memory
Hi @stpp2 The memory usage is generally affected by the configuration: `rocksdb.block_cache_size` which the default value is `4096MiB`. You can reduce it to a smaller value, but keeping this value larger will benefit the read performance. GitHub link: https://github.com/apache/kvrocks/discussions/2679#discussioncomment-11370042 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
