From b3220d85950ba4b798acf30ea262523299a69fce Mon Sep 17 00:00:00 2001 From: dkos Date: Tue, 1 Sep 2020 18:21:06 +0200 Subject: [PATCH] readme fixes --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9cc1c96..ca83851 100644 --- a/README.md +++ b/README.md @@ -59,11 +59,11 @@ Service metrics in [prometheus format](https://github.com/prometheus/docs/blob/m When running service external configuration and log path should be provided or Rocky will use defaults. ```--log_path``` path where log files should be written -```--config_path``` path where service should look for external database and service configuration. Rocky will look for db_config.toml - and service_config.toml files under this path if not found will create config files with defaults. +```--config_path``` path where service should look for external database and service configuration. Rocky will look for +db_config.toml and service_config.toml files under this path if not found will create config files with defaults. For database performance tuning check the official [RocksDb tuning guide](https://github.com/facebook/rocksdb/wiki/RocksDB-Tuning-Guide) -For service performance tuning check example service_config.toml and yes - ```workers``` is the only config parameter that matters, default is number of logical CPUs +For service performance tuning check example service_config.toml and yes - ```workers``` is the only config parameter that matters, default is number of logical CPUs Example configuration is provided under ```project_root/config``` ## Licence