-
-
Notifications
You must be signed in to change notification settings - Fork 306
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
Goerli crash on 1.8.0 #5613
Comments
Do you know how much memory you've allocated to nodeJS when running Lodestar? I think by default, it's set at 1400MB, which could potentially be why. Usually when running Lodestar, we set |
Thanks a lot for the reply! Yes, did not explicitly configure before. I would assume this value will be dynamic determined based on physically available in RAM. So do we have recommendation about minim hardware spec for running a goerli/mainnet node? |
It has to be explicitly set, Running Lodestar via docker or installing from source will set this value by default Line 7 in c775ad7
It depends on the network and how many validators you are running, mainnet right now requires bit more resources than goerli since the state is bigger. CPU usage is quite low compared to execution client and in most cases memory usage will be around 4GB. See Hardware specifications minimum / recommended for more details. |
Describe the bug
After running 8 hours, oom as following
Expected behavior
running without oom
Steps to reproduce
Additional context
Similar issues could be referenced
#5349
#5549
Operating system
Linux
Lodestar version or commit hash
v1.8.0
The text was updated successfully, but these errors were encountered: