mirror of
https://github.com/tornadocash/rpc-nodes
synced 2024-02-02 14:53:56 +01:00
updated requirements
This commit is contained in:
parent
7b61fcd9bc
commit
782e69b522
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user