mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 03:30:37 +00:00
Improved readability in README System Requirements section (#5843)
This commit is contained in:
parent
8d75d0dc4b
commit
dcb42b1537
10
README.md
10
README.md
@ -53,7 +53,7 @@ System Requirements
|
||||
200GB temp files (can symlink or mount folder `<datadir>/etl-tmp` to another disk). Ethereum Mainnet Full node (
|
||||
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).
|
||||
|
||||
* BSC Archive: 7TB. BSC Full: 1TB.
|
||||
|
||||
@ -62,7 +62,11 @@ System Requirements
|
||||
SSD or NVMe. Do not recommend HDD - on HDD Erigon will always stay N blocks behind chain tip, but not fall behind.
|
||||
Bear in mind that SSD performance deteriorates when close to capacity.
|
||||
|
||||
RAM: >=16GB, 64-bit architecture, [Golang version >= 1.18](https://golang.org/doc/install), GCC 10+
|
||||
RAM: >=16GB, 64-bit architecture.
|
||||
|
||||
[Golang version >= 1.18](https://golang.org/doc/install).
|
||||
|
||||
GCC 10+.
|
||||
|
||||
<code>🔬 more details on disk storage [here](https://erigon.substack.com/p/disk-footprint-changes-in-new-erigon?s=r)
|
||||
and [here](https://ledgerwatch.github.io/turbo_geth_release.html#Disk-space).</code>
|
||||
@ -100,7 +104,7 @@ Use `--datadir` to choose where to store data.
|
||||
|
||||
Use `--chain=bor-mainnet` for Polygon Mainnet and `--chain=mumbai` for Polygon Mumbai.
|
||||
|
||||
Running `make help` will list and describe the convenience commands available in the [Makefile](./Makefile)
|
||||
Running `make help` will list and describe the convenience commands available in the [Makefile](./Makefile).
|
||||
|
||||
### Logging
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user