Closed bdonglobal closed 1 month ago
This is usually IOPS.
SSD - if own hardware, what is the make and model, and also get its temperature with smartctl -x. If cloud, provider and offering chosen.
Anything else that might slow things down? Hardware RAID, ZFS, virtualization?
The hardware is ESSD in alicloud, the most highest ipos is 10000 from spec. From the prometheus monitoring dashboard, the current iops is 2K-3K at most.
it's not about IOPS - it's about disk read latency (not throughput).
ESSD
- it's likely "cloud drive" with high latency.
You still can try:
WRITE_MAP=true
env variableMDBX_READAHEAD=true
env variable - this one can make better or worse. even if better - still it may cause too high read-io
System information
Erigon version: erigon version 2.60.6-f30c4c43
OS & Version: Linux
Commit hash:
Erigon Command (with flags/config): ./build/bin/erigon --datadir=
pwd
/data --http --http.addr "0.0.0.0" --http.port 1111 --http.api "eth,net,web3,admin,txpool" --maxpeers 200 --ws --ws.port 1546 --torrent.download.rate=512mb --txpool.globalqueue 100000 --txpool.lifetime 50h0m0s --txpool.globalslots 100000 --allow-insecure-unlockConsensus Layer:
Consensus Layer Command (with flags/config):
Chain/Network: Ethereum
Expected behaviour
sync to latest block height within 3 days
Actual behaviour
have started the sync for 1.5weeks, it is at 16213214 for now
Steps to reproduce the behaviour
configuration of machine: 8 cores + 32g ram + SSD
Backtrace
what should I do to speed up this progress?