Skip to content

Commit

Permalink
Increase HW requirements for RPC nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
telezhnaya committed Sep 11, 2024
1 parent d4618df commit 31a54ff
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions docs/rpc/hardware-rpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ For testing your RPC once the node is fully sync'd, see [this example RPC reques
| -------------- |--------------------------------------------------------------------------|
| CPU | 8-Core (16-Thread) Intel i7/Xeon or equivalent |
| CPU Features | CMPXCHG16B, POPCNT, SSE4.1, SSE4.2, AVX, SHA-NI |
| RAM | 20GB DDR4 |
| RAM | 128GB DDR4 (mainnet), 160GB DDR4 (testnet) |
| Storage | 1TB SSD (NVMe SSD is recommended. HDD will be enough for localnet only ) |

_Verify AVX support on Linux by issuing the command ```$ lscpu | grep -oh avx```. If the output is empty, your CPU is not supported._
Expand All @@ -28,7 +28,7 @@ _Verify AVX support on Linux by issuing the command ```$ lscpu | grep -oh avx``
| -------------- |---------------------------------------------------------------------------|
| CPU | 8-Core (16-Thread) Intel i7/Xeon or equivalent |
| CPU Features | CMPXCHG16B, POPCNT, SSE4.1, SSE4.2, AVX, SHA-NI |
| RAM | 12GB DDR4 |
| RAM | 80GB DDR4 (mainnet), 128GB DDR4 (testnet) |
| Storage | 500GB SSD (NVMe SSD is recommended. HDD will be enough for localnet only) |

_Verify AVX support on Linux by issuing the command ```$ lscpu | grep -oh avx```. If the output is empty, your CPU is not supported._
Expand All @@ -37,16 +37,17 @@ _Verify AVX support on Linux by issuing the command ```$ lscpu | grep -oh avx``

Estimated monthly costs depending on operating system:

| Cloud Provider | Machine Size | Linux |
| -------------- | --------------- | ---------------------- |
| AWS | m5.2xlarge | $330 CPU + $80 storage |
| GCP | n2-standard-8 | $280 CPU + $80 storage |
| Azure | Standard_F8s_v2 | $180 CPU + $40 storage |
| Cloud Provider | Machine Size | Linux |
| -------------- |------------------|-------------------------|
| AWS | m5a.8xlarge | $310 CPU + $80 storage |
| GCP | n2-standard-32 | $690 CPU + $170 storage |
| Azure | Standard_F32s_v2 | $360 CPU + $128 storage |

<blockquote class="info">
<strong>Resources for Cost Estimation</strong><br /><br />

All prices reflect *reserved instances* which offer deep discounts on all platforms with a 1 year commitment
All prices reflect *reserved instances* which offer deep discounts on all platforms with a 1-year commitment.
We cannot guarantee the prices mentioned above as they may change at any moment.

- AWS
- cpu: https://aws.amazon.com/ec2/pricing/reserved-instances/pricing
Expand Down

0 comments on commit 31a54ff

Please sign in to comment.