-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
fast sync takes more than three weeks. #319
Comments
if it takes more than 48 hours, get faster hardware
…On Sat, Jul 17, 2021 at 11:36 PM LiuHanCheng ***@***.***> wrote:
I am trying to set up a full node by following the instructions in the
BSC-Doc <https://docs.binance.org/smart-chain/developer/fullnode.html>.
Without any extra configuration, i believe that i am using the "fast sync"
mode.
I totally understand that downloading the state is a slow process. But i
think it is abnormal for this process to take more than 3 weeks.
My machine has 32GiB RAM and 8 cores, equipped with 1TiB SSD driver ,
which meets the suggested requirements in the BSC website.
Currently the knownStates field from eth.syncing is 1605196693, and it is
increasing by about 4000-10000 every seconds.
> eth.syncing
{
currentBlock: 9253432,
highestBlock: 9253496,
knownStates: 1605196693,
pulledStates: 1605191168,
startingBlock: 9227812
}
Do you have any suggestions?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#319>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABGIZ4K23S4PYAFACMLDOQLTYJD2BANCNFSM5ARWQOHA>
.
|
is your SSD directly attached to the node hardware (e.g. not AWS EBS, etc), and is it being shared by other people or otherwise bottlenecked are you using a suitable fs (zfs with large recordsize will probably wreck your sync performance) |
I am trying to set up a full node by following the instructions in the BSC-Doc. Without any extra configuration, i believe that i am using the "fast sync" mode.
I totally understand that downloading the state is a slow process. But i think it is abnormal for this process to take more than 3 weeks.
My machine has 32GiB RAM and 8 cores, equipped with 1TiB SSD driver , which meets the suggested requirements in the BSC website.
Currently the
knownStates
field frometh.syncing
is1605196693
, and it is increasing by about 4000-10000 every seconds.Do you have any suggestions?
The text was updated successfully, but these errors were encountered: