Skip to content

Commit

Permalink
Update configuration.md
Browse files Browse the repository at this point in the history
  • Loading branch information
driftluo authored Nov 8, 2023
1 parent af3d4b7 commit 187bc47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/devops/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,11 +224,11 @@ The number of transactions broadcasted at once.

### triedb_cache_size

The size of the trie database cache. Recommended value is 500 or higher. Larger value consumes more memory.
The size of the trie database cache. Recommended value is 200 or higher. Larger value consumes more memory.

| Value Type| Default Value| Unit | Optional |
| --------- | ------------ | ---- | -------- |
| Uint | - | - | False |
| Uint | 200 | - | False |

## Consensus

Expand Down Expand Up @@ -325,7 +325,7 @@ The maximum number of open files.

### cache_size

The cache size for each column family. Larger value consumes more memory. Recommended to be 50 or higher.
The cache size for each column family. Larger value consumes more memory. Recommended to be 100 or higher.

| Value Type| Default Value| Unit | Optional |
| --------- | ------------ | ---- | -------- |
Expand Down

0 comments on commit 187bc47

Please sign in to comment.