-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add configuration docs (#15544)
- Loading branch information
1 parent
572e657
commit 44b04da
Showing
3 changed files
with
26 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
sidebar_position: 1 | ||
--- | ||
|
||
# Configuration | ||
|
||
This documentation refers to the app.toml, if you'd like to read about the config.toml please visit [CometBFT docs](https://docs.cometbft.com/v0.37/). | ||
|
||
|
||
```toml reference | ||
https://github.com/cosmos/cosmos-sdk/blob/main/tools/confix/data/v0.47-app.toml | ||
``` | ||
|
||
## inter-block-cache | ||
|
||
This feature will consume more ram than a normal node, if enabled. | ||
|
||
## iavl-cache-size | ||
|
||
Using this feature will increase ram consumption | ||
|
||
## iavl-lazy-loading | ||
|
||
This feature is to be used for archive nodes, allowing them to have a faster start up time. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters