-
Notifications
You must be signed in to change notification settings - Fork 769
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
4.6.0 beacon_node memory usage issue #5227
Comments
If you have debug logs from this machine during the OOM (check |
It may be that the message dequeueing isn't happening fast enough, so #5175 will help. |
@SjonHortensius I've just noticed that the RSS for all of these crashes is in the 7GB range. You can ignore the higher I think this is probably still a bug on the Lighthouse side, we're looking into it. Logs would be great. |
@michaelsproul you're right wrt the memory usage, I misinterpreted those. I have relevant logs - but I am unwilling to publish them unscrubbed. I'll send some parts through mail |
Execution layer: Erigon Lighthouse params:
Adding here info from my personal case. Apart from memory spikes, I also see CPU ones (maybe they are related):
I think that the memory/cpu issue is not already fixed |
@luarx could you share some of your debug logs? feel free to ping me over discord |
@pawanjay176 discord user? |
I'm pawan#7432. Should be able to find me on the SigmaPrime role on our discord |
Description
I realize
4.6.0
contains #4918 a fix for a previous oom issue (which I never experienced) but ever since I upgraded, I've been getting OOMs with some pretty big numbers (between 20 and 50 GiB used) making my setup highly unstableVersion
latest stable
Lighthouse v4.6.0-1be5253
Present Behaviour
I don't think my bn setup includes anything special but fwiw
/usr/bin/lighthouse -d /var/lib/lighthouse/beacon beacon_node --validator-monitor-auto --checkpoint-sync-url http://XXX:5052 --staking --port 9000 --http-port 5052 --http-address 0.0.0.0 --execution-endpoint http://127.0.0.1:8551 --execution-jwt /var/lib/lighthouse/beacon/jwtsecret --builder http://localhost:18550 --builder-profit-threshold XXX
Frequent OOMs, roughly 5-10 per day with varying amounts allocated:
Steps to resolve
Please describe the steps required to resolve this issue, if known.
The text was updated successfully, but these errors were encountered: