Update Ethereum Mainnet storage requirements (#9037)

Sync from scratch took about 4 days 15 hours, with total disk used about
2.8TB

```
ubuntu@localhost:/erigon$ cast block-number
18825796
ubuntu@localhost:/erigon$ ls
chaindata  downloader  jwt.hex  LOCK  nodekey  nodes  snapshots  temp  txpool
ubuntu@localhost:/erigon$ du -hs chaindata
2.2T    chaindata
ubuntu@localhost:/erigon$ du -hs downloader
17M     downloader
ubuntu@localhost:/erigon$ du -hs snapshots
473G    snapshots
ubuntu@localhost:/erigon$ du -hs temp
79G     temp
```
This commit is contained in:
kaliubuntu0206 2023-12-20 08:44:49 +00:00 committed by GitHub
parent e75dc25181
commit 0c4bebbf82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,8 +49,8 @@ in `erigon --help`). We don't allow change this flag after first start.
System Requirements System Requirements
=================== ===================
* For an Archive node of Ethereum Mainnet we recommend >=3TB storage space: 1.8TB state (as of March 2022), * For an Archive node of Ethereum Mainnet we recommend >=3.5TB storage space: 2.2TB state (as of December 2023),
200GB temp files (can symlink or mount folder `<datadir>/temp` to another disk). Ethereum Mainnet Full node ( 470GB snapshots (can symlink or mount folder `<datadir>/snapshots` to another disk), 200GB temp files (can symlink or mount folder `<datadir>/temp` to another disk). Ethereum Mainnet Full node (
see `--prune*` flags): 400Gb (April 2022). see `--prune*` flags): 400Gb (April 2022).
* Goerli Full node (see `--prune*` flags): 189GB on Beta, 114GB on Alpha (April 2022). * Goerli Full node (see `--prune*` flags): 189GB on Beta, 114GB on Alpha (April 2022).