You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kvrocks.apache.org by "xiaobiaozhao (via GitHub)" <gi...@apache.org> on 2023/05/06 14:24:38 UTC

[GitHub] [incubator-kvrocks] xiaobiaozhao commented on pull request #1424: Support RocksDB auto-tune rate limiter for the background IO

xiaobiaozhao commented on PR #1424:
URL: https://github.com/apache/incubator-kvrocks/pull/1424#issuecomment-1537153049

   ```
   # The maximum allowed aggregated write rate of flush and compaction (in MB/s).
   # If the rate exceeds max-io-mb, io will slow down.
   # 0 is no limit
   # Default: 500
   max-io-mb 500
   ```
   I think you can reuse this configuration 'max-io-mb'. If it is 0 use auto-tune.


-- 
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: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org