Skip to content

Commit

Permalink
chore: change default config
Browse files Browse the repository at this point in the history
  • Loading branch information
driftluo committed Nov 7, 2023
1 parent b514a1d commit 57e04c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions devtools/chain/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,22 +36,22 @@ broadcast_txs_size = 200
broadcast_txs_interval = 200

[executor]
triedb_cache_size = 500
triedb_cache_size = 200

[logger]
filter = "info"
log_to_console = true
console_show_file_and_line = false
log_path = "logs/"
log_to_file = true
file_size_limit = 1073741824 # 1 GiB
file_size_limit = 1073741824 # 1 GiB
metrics = true
# you can specify log level for modules with config below
# modules_level = { "overlord::state::process" = "debug", core_consensus = "error" }

[rocksdb]
max_open_files = 64
cache_size = 200
cache_size = 100
# Provide an options file to tune RocksDB for your workload and your system configuration.
# More details can be found in [the official tuning guide](https://github.com/facebook/rocksdb/wiki/RocksDB-Tuning-Guide).
options_file = "default.db-options"
Expand Down

0 comments on commit 57e04c5

Please sign in to comment.