File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Requirements for Polygon network
4
4
* 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.
6
6
7
7
## Installation
8
8
Set in the ` .env ` file:
Original file line number Diff line number Diff line change 2
2
3
3
## Requirements for Ethereum network
4
4
* 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.
6
6
7
7
## Installation
8
8
Set in the ` .env ` file:
@@ -28,7 +28,7 @@ docker-compose up -d bsc
28
28
```
29
29
30
30
## 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.
32
32
``` bash
33
33
docker-compose down
34
34
docker-compose up bsc-pruning
You can’t perform that action at this time.
0 commit comments