updated requirements

This commit is contained in:
_den 2022-03-03 19:33:37 +10:00
parent 7b61fcd9bc
commit 782e69b522
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
## Requirements for Polygon network
* memory: 64Gb (minimum)
* disk: 3Tb SSD (require periodically prune state)
* disk: 3Tb SSD (require periodically prune state) - you can use less if you prune more often, but you still need at least 2TB.
## Installation
Set in the `.env` file:

View File

@ -2,7 +2,7 @@
## Requirements for Ethereum network
* memory: 48Gb
* disk: 3Tb SSD (require periodically prune state)
* disk: 3Tb SSD (require periodically prune state) - the size increases quickly, so you need to periodically check the remaining space.
## Installation
Set in the `.env` file:
@ -28,7 +28,7 @@ docker-compose up -d bsc
```
## Pruning
Use it if the size is approaching 800 GB. At least 150 GB must be free for successful pruning.
Use it if the size is approaching 2.6TB. At least 150 GB must be free for successful pruning.
```bash
docker-compose down
docker-compose up bsc-pruning