-
-
Notifications
You must be signed in to change notification settings - Fork 358
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
OOM after node is synced to head #1715
Comments
Right before OOM happened, there is
|
althought I synced to head, I disabled signature verification and hence it did not process attestations in block. Maybe that's why my chain head is not close to the latest block. (latest one is 615614 which is out of date). I should process block attestations and try again ... |
the latest log shown that we didn't regen a lot, and all the crash looks like this:
it looks very similar to nodejs/help#2388 which means we logged too much and the issue comes from the log itself. I'd go with minimizing the AggregateAndProof gossip validation log and try again. (the latest log file I got is more than 10GB!!) |
I have the same issue again, |
I think lighthouse is running MAX_EPOCHS 2 🤣 |
Haven't seen the OOM recently (after I get through the unfinality period and stay synced) if I do |
Describe the bug
Node is synced to head:
saw some valid gossip blocks:
2 minutes after that node is crashed due to OOM
Expected behavior
Node can stay synced
I notice that previously I disabled subscribing to all gossip topics (except for
block
), now I apply #1712 so that should cause the issue.The text was updated successfully, but these errors were encountered: