-
Notifications
You must be signed in to change notification settings - Fork 207
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
Memory leak on full nodes and validators #532
Comments
My validator node consistently crashes after a few hours running on an instance with 8gb RAM. Logs from the crash attached. |
This issue is very very similar: ethereum/go-ethereum#16859 from @mattharrop logs above, there's plenty of goroutines hanging for 2hrs
Also in network logs there's false positives about bad enode urls:
(am basing false positive on `error="old announce message") am thinking dangling requests in discovery are the cause, for now. Will post |
Closing because it seems like issue #1197 is the same, except with newer logs. |
Expected Behavior
Memory usage by tx-nodes and validators remains constant
Current Behavior
There seems to be a memory leak that's being seen on validators and tx-nodes (though not as extreme).
Example validator:
Example tx-node:
Here's a
pprof
rendering from a tx-node:I wasn't able to find anything super conclusive, just that levelDB looked suspicious. Planning on running my own testnet with
--pprof
and seeing if there is anything noticeableThe text was updated successfully, but these errors were encountered: