weimingdiit commented on PR #7150: URL: https://github.com/apache/ozone/pull/7150#issuecomment-2357798756
Additional notes: 1. You can use different ini files to customize the rocksDB configuration of corresponding services (such as OM, SCM, DN). For example, you can create a file such as om.db.ini to configure OM's rocksDB, scm.db.ini to configure SCM's rocksDB, and container.db.ini to configure DN's rocksDB 2. OM, SCM, and DN were tested separately, and the results were in line with expectations # for OM ## om.db.ini file:  ## OPTION file:     # for SCM ## scm.db.ini file:  ## OPTION file:      # for DN ## container.db.ini file:  ## OPTION file:        -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
