Skip to content
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

Investigate increased CPU load for extra peers #78

Open
shane-kerr opened this issue Aug 19, 2018 · 0 comments
Open

Investigate increased CPU load for extra peers #78

shane-kerr opened this issue Aug 19, 2018 · 0 comments

Comments

@shane-kerr
Copy link
Member

It seems like adding extra peers increases CPU load. A small number of peers (like 10 or so) has the wallet idle most of the time, whereas a large number of peers (like 100 or so) has the wallet using tons of CPU.

We should investigate this, as sending data to a peer should be relatively cheap. Perhaps we are checking all of the blockchain sent from all peers, which is a waste of time (both CPU time and wall clock time)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant