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 growing goroutine count and heap usage #2453

Closed
timwu20 opened this issue Mar 31, 2022 · 2 comments
Closed

Investigate growing goroutine count and heap usage #2453

timwu20 opened this issue Mar 31, 2022 · 2 comments
Assignees

Comments

@timwu20
Copy link
Contributor

timwu20 commented Mar 31, 2022

Issue summary

  • Memory usage continues to climb over time. When syncing polkadot, memory usage reached 12GB at a block height of ~3M. Based on collected metrics, heap usage and goroutine count grows at the same rate.
  • Investigate codebase for blocked goroutines

Other information and links

@qdm12
Copy link
Contributor

qdm12 commented Dec 7, 2022

Goroutine count does not seem to increase (hovers between 500 and 600) anymore, and that number seems reasonable.
I think we can close this in favor of #1973 ?

@timwu20
Copy link
Contributor Author

timwu20 commented Dec 4, 2023

I think we have fixed our memory leaks at this point in time.

@timwu20 timwu20 closed this as completed Dec 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants