Skip to content

Commit 88cd077

Browse files
committed
add bruno's changes to my changes
1 parent cc37481 commit 88cd077

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

node-infrastructure/run-a-node/polkadot-hub-rpc.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ RPC nodes serving production traffic require robust hardware. The following shou
2424
- **CPU**: 8+ cores (16+ cores for high traffic)
2525
- **Memory**: 64 GB RAM minimum (128 GB recommended for high traffic)
2626
- **Storage**:
27-
- Archive node: ~1.2 TB NVMe SSD total (~392 GB for Asset Hub archive + ~822 GB for relay chain pruned snapshot)
28-
- Pruned node: 200+ GB NVMe SSD (with pruning enabled for both parachain and relay chain)
27+
- **Archive node**: ~1.2 TB NVMe SSD total (~392 GB for Asset Hub archive + ~822 GB for relay chain pruned snapshot)
28+
- **Pruned node**: 200+ GB NVMe SSD (with pruning enabled for both parachain and relay chain)
2929
- Fast disk I/O is critical for query performance
3030
- **Network**:
3131
- Public IP address
@@ -75,7 +75,7 @@ Select the best option for your project, then use the steps in the following tab
7575
mkdir -p my-node-data/chains/polkadot/db
7676
```
7777

78-
2. Choose between Asset Hub archive (complete history; ~400 GB) or pruned (recent state; TODO: ERIN) snapshots and set the snapshot URL accordingly:
78+
2. Choose between Asset Hub archive (complete history; ~392 GB GB) or pruned (recent state; TODO: ERIN) snapshots and set the snapshot URL accordingly:
7979

8080
=== "Archive"
8181

@@ -112,7 +112,7 @@ Select the best option for your project, then use the steps in the following tab
112112
- **`--retries-sleep 10s`**: Waits 10 seconds between retry attempts
113113
- **`--size-only`**: Only transfers if sizes differ (prevents unnecessary re-downloads)
114114

115-
4. Repeat the process with the pruned relay chain snapshot (~200 GB):
115+
4. Repeat the process with the pruned relay chain snapshot (~822 GB):
116116

117117
```bash
118118
# Check https://snapshots.polkadot.io/ for the latest snapshot URL

0 commit comments

Comments
 (0)