diff --git a/README.md b/README.md index 8d05843ee15..a71261d6cf7 100644 --- a/README.md +++ b/README.md @@ -787,16 +787,15 @@ Supported networks: all (except Mumbai). - E3 doesn't store Logs (aka Receipts) - it always re-executing historical txn (but it's cheaper then in E2 - see point above). Known perf issues: https://github.com/erigontech/erigon/issues/10747 - `--sync.loop.block.limit` is enabled by default. (Default: `5_000`. - Set `--sync.loop.block.limit=10_000 --batchSize=1g` to increase sync speed on good hardware). + Set `--sync.loop.block.limit=10_000 --batchSize=2g` to increase sync speed on good hardware). - datadir/chaindata is small now - to prevent it's grow: we recommend set `--batchSize <= 2G`. And it's fine to `rm -rf chaindata` - can symlink/mount latest state to fast drive and history to cheap drive -- Archive Node is default. Full Node: `--prune.mode=full`, Minimal Node: `--prune.mode=minimal` +- Archive Node is default. Full Node: `--prune.mode=full`, Minimal Node (EIP-4444): `--prune.mode=minimal` ### Known Problems of E3: - don't `rm -rf downloader` - it will cause re-downloading of files: https://github.com/erigontech/erigon/issues/10976 -- `eth_getLogs` fields `index` always 0: https://github.com/erigontech/erigon/issues/10324 ### E3 datadir structure