Skip to content

Commit 782e69b

Browse files
committed
updated requirements
1 parent 7b61fcd commit 782e69b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bor/bor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Requirements for Polygon network
44
* memory: 64Gb (minimum)
5-
* disk: 3Tb SSD (require periodically prune state)
5+
* disk: 3Tb SSD (require periodically prune state) - you can use less if you prune more often, but you still need at least 2TB.
66

77
## Installation
88
Set in the `.env` file:

bsc/bsc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Requirements for Ethereum network
44
* memory: 48Gb
5-
* disk: 3Tb SSD (require periodically prune state)
5+
* disk: 3Tb SSD (require periodically prune state) - the size increases quickly, so you need to periodically check the remaining space.
66

77
## Installation
88
Set in the `.env` file:
@@ -28,7 +28,7 @@ docker-compose up -d bsc
2828
```
2929

3030
## Pruning
31-
Use it if the size is approaching 800 GB. At least 150 GB must be free for successful pruning.
31+
Use it if the size is approaching 2.6TB. At least 150 GB must be free for successful pruning.
3232
```bash
3333
docker-compose down
3434
docker-compose up bsc-pruning

0 commit comments

Comments
 (0)