caipengbo commented on code in PR #2508: URL: https://github.com/apache/kvrocks/pull/2508#discussion_r1738612742
########## kvrocks.conf: ########## @@ -953,5 +953,12 @@ rocksdb.rate_limiter_auto_tuned yes # Default: yes # rocksdb.avoid_unnecessary_blocking_io yes +# Specifies the maximum size in bytes for a write batch in RocksDB. +# If set to 0, there is no size limit for write batches. +# This option can help control memory usage and manage large WriteBatch operations more effectively. +# +# Default: 0 (no size limit) Review Comment: ```suggestion # Default: 0 ``` It's the same thing as above. Personal opinion, it doesn't really matter. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
