-
Notifications
You must be signed in to change notification settings - Fork 201
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Now the memory occupied by tx_data_manager is not counted by cache manager, so we should decrease the ledger_db_size to keep the total memory usage at almost the same level. The current MAX_DIRTY_AND_TEMPORARY_TRIE_NODES may not be sufficient if we have both high throughput and large number of accounts. Timeout is spotted for headers/blocks during catch-up, so increase it to avoid timeout for honest peers.
- Loading branch information
1 parent
a464782
commit 4d44c57
Showing
3 changed files
with
9 additions
and
7 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
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