-
Notifications
You must be signed in to change notification settings - Fork 214
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
increase cache size to 50 000 for next release (#5079)
there are many places that have to read atxs, if number of atxs in epoch larger then what we cache it causes cache threshing signficant and disk reads. for example in this epoch nodes in cloud peek every 5m with 140MB/s reads. i set it to 50 000 to account for possible growth in the next epoch.
- Loading branch information
Showing
2 changed files
with
2 additions
and
1 deletion.
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