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

p2p: memory leak in seed nodes #2821

Closed
ebuchman opened this issue Nov 12, 2018 · 5 comments
Closed

p2p: memory leak in seed nodes #2821

ebuchman opened this issue Nov 12, 2018 · 5 comments
Labels
C:p2p Component: P2P pkg T:bug Type Bug (Confirmed)
Milestone

Comments

@ebuchman
Copy link
Contributor

Seed nodes on gaia-9001 seem to have crashed from OOM, suggesting there is a memory leak somewhere.

Not sure yet if this leak is present in general, or only on seeds

@melekes
Copy link
Contributor

melekes commented Mar 10, 2019

Do they use CLevelDB? If yes, #3397 might fix this.

@melekes
Copy link
Contributor

melekes commented Mar 25, 2019

Should be fixed by #3478

@melekes
Copy link
Contributor

melekes commented Mar 26, 2019

Merged #3478 to develop.

@melekes melekes closed this as completed Mar 26, 2019
@ebuchman
Copy link
Contributor Author

This probably also fixes #3306 yeh ?

@melekes
Copy link
Contributor

melekes commented Mar 26, 2019

Not according to the heap profile and goroutines dump Hendrick has posted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C:p2p Component: P2P pkg T:bug Type Bug (Confirmed)
Projects
None yet
Development

No branches or pull requests

2 participants