-
Notifications
You must be signed in to change notification settings - Fork 22
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
my node constantly falling behind #12
Comments
It may be that the machine performance is not enough https://docs.bnbchain.org/docs/validator/fullnode#suggested-requirements |
Hi, thank you for response, but my machine seems good. Disk: SSD I guess, this is happening due to request limits. this happened after the 1.1.11 release... |
Are there too many peers? if not, please transfer to https://github.com/bnb-chain/bsc/issues/new |
I noticed that you have created an issue bnb-chain/bsc#980 , I am closing this issue. Feel free to reopen if needed. |
hi,
my node constantly falling behind. why is this happening?
if I restart the node it is catching... but there is something I noticed: if I start send requests to the node I starting to lose sync...
this is ridiculous... how do I solve this problem?
also I started the node this command:
./geth --config xxx --datadir xxx--metrics --pprof --pprof.addr 0.0.0.0 --maxpeers 2000 --cache 8000 --http --http.addr 0.0.0.0 --http.port xxx --http.api "eth,net,personal,web3,admin" --http.corsdomain "*" --ws --ws.origins="*" --ws.addr 0.0.0.0 --ws.api "eth,net,web3,personal" --allow-insecure-unlock --diffsync --rpc.allow-unprotected-txs --txlookuplimit 0 --syncmode=snap
thank you
The text was updated successfully, but these errors were encountered: