Skip to content

Commit d59dbc6

Browse files
authored
Update validator node requirements and examples. (#368)
* Update validator node requirements and examples Signed-off-by: Guoteng Rao <3603304+grao1991@users.noreply.github.com> * Update storage specification to NVMe SSD Signed-off-by: Guoteng Rao <3603304+grao1991@users.noreply.github.com> * Update storage specification for validator node Signed-off-by: Guoteng Rao <3603304+grao1991@users.noreply.github.com> * Update CPU specification for validator node Signed-off-by: Guoteng Rao <3603304+grao1991@users.noreply.github.com> --------- Signed-off-by: Guoteng Rao <3603304+grao1991@users.noreply.github.com>
1 parent c700045 commit d59dbc6

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

src/content/docs/network/nodes/validator-node/node-requirements.mdx

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -44,22 +44,21 @@ satisfy the requirements outlined below).
4444

4545
**Specifications for Running an Aptos Validator and VFN on Mainnet**
4646

47-
| Component | Specification |
48-
| -------------------- | ----------------------------------------------------------------- |
49-
| CPU | 32 cores, 2.8GHz or faster, AMD Milan EPYC or Intel Xeon Platinum |
50-
| Memory | 64GB RAM |
51-
| Storage | 3.0 TB SSD with at least 60K IOPS and 200MiB/s bandwidth |
52-
| Networking Bandwidth | 1Gbps |
47+
| Component | Specification |
48+
| -------------------- | --------------------------------------------------------------------------------|
49+
| CPU | 48 threads, 5th Gen AMD EPYC (Turin) or 6th Gen Intel Xeon (Granite Rapids) |
50+
| Memory | 128GB RAM |
51+
| Storage | 3.0 TB Enterprise NVMe SSD with at least 60K IOPS and 600MiB/s bandwidth |
52+
| Networking Bandwidth | 1Gbps |
5353

5454
**Example Machine Types on Various Clouds**
5555

56-
| Cloud Provider | Machine Type | Notes |
57-
| -------------- | --------------------------------- | -------------------- |
58-
| AWS | c6id.16xlarge | If using a local SSD |
59-
| AWS | c6i.16xlarge + io2 EBS volume | With 60K IOPS |
60-
| GCP | t2d-standard-60 + pd-ssd | With 60K IOPS |
61-
| Azure | Standard\_D64\_v5 | With 64K IOPS |
62-
| Latitude.sh | m4.large, rs4.large or rs4.xlarge | With 64K IOPS |
56+
| Cloud Provider | Machine Type | Notes |
57+
| -------------- | ------------------------------------------------------------ | -------------------- |
58+
| AWS | c8a.16xlarge + io2 EBS volume or multiple gp3 EBS volumes | With 60K IOPS |
59+
| GCP | c4d-standard-48 + hyperdisk-balanced | With 60K IOPS |
60+
| Azure | Standard_F48as_v7 | With 60K IOPS |
61+
| Latitude.sh | f4.metal.large | With 60K IOPS |
6362

6463
### Performance benchmarking
6564

0 commit comments

Comments
 (0)