Open BananaLF opened 11 months ago
Hi, sync can be VERY long. Execution is mùost of the time, though.
https://github.com/ledgerwatch/erigon/blob/devel/eth/stagedsync/README.md
Hi, sync can be VERY long. Execution is mùost of the time, though.
https://github.com/ledgerwatch/erigon/blob/devel/eth/stagedsync/README.md
Thanks for you reply.
Have any way speed up sync? like change some config, upgrade hardware,etc...
First, you need to make sure your 'pruning' is fine since it CANNOT be changed. Then, it's mostly a CPU and I/O on your drive. RAM, big CPU and fast drive will help. Some people fine tune the mempool during sync, it might help a bit.
First, you need to make sure your 'pruning' is fine since it CANNOT be changed. Then, it's mostly a CPU and I/O on your drive. RAM, big CPU and fast drive will help. Some people fine tune the mempool during sync, it might help a bit.
Thank you.
how to change mempool?
If i change --bathSize
or --etl.bufferSize
--etl.bufferSize
, may these config can help speed up sync?
On a Potato (6 cores, 32 GiB RAM, 2TB NVMe) my last Erigon sync took 9 days. For reference.
We started a new Erigon nodes ~ 3 days ago and it's still sync and sync slowed down in time
Information
erigon version:
2.54.0-aeec5221
hareware: aws cpu:ram : 32G disk:
I watch the time of between executeblocks is long,how to speed up it。
Log