-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Fullnode is not syncing #6155
Comments
@cranycrane
which tell us: I've reviewed your startup command, and the heap memory allocation seems unreasonable((16g is not enough for a minimum recommended requirements, but a bigger heap size allocated to JVM is better,eg:32G). The system load metrics also look normal across the board. I would suggest 2 steps to resolve:
|
Thank you, @angrynurd I have tried both of the steps you have suggested. From the first impression it looks like the problem was solved, the blocks are now syncing continually. I will reach out later with an update how is the syncing going. |
1.What did you do?
Deploy fullnode
2.What did you expect to see?
Node can gradually sync up to the latest block on the network.
3.What did you see instead?
Node sync is super slow (units of blocks per hour)
System:
OS: Debian GNU/Linux 11
CPU: Intel(R) Xeon(R) Gold 6326 CPU @ 2.90GHz
RAM: 64GB
SSD: 3TB
Bandwidth: 700M
I followed the steps for deployment on https://github.com/tronprotocol/java-tron.
I have:
main_net_config.conf
by copying from: https://github.com/tronprotocol/tron-deployment/blob/master/main_net_config.confNote: There is no other software running or calling node's API.
For the first 2-3 minutes, I see in the log that the node gets new blocks (gets around 10 in a manner of seconds), but then the syncing stops and it continuously connects/disconnects to other peers.
Appreciate any help.
Thank you!
Screenshots from Grafana:
Logs:
gc.log.gz
tron.log.gz
The text was updated successfully, but these errors were encountered: