-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Merged by Bors] - increase cache size to 50 000 for next release #5079
Conversation
bors merge |
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.
Codecov Report
@@ Coverage Diff @@
## develop #5079 +/- ##
=========================================
- Coverage 77.1% 77.1% -0.1%
=========================================
Files 257 257
Lines 30277 30277
=========================================
- Hits 23349 23346 -3
- Misses 5402 5404 +2
- Partials 1526 1527 +1
|
Build failed (retrying...): |
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.
Build failed: |
bors merge |
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.
Pull request successfully merged into develop. Build succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |
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.