Skip to content

Commit

Permalink
Update hardware.md
Browse files Browse the repository at this point in the history
Updated minimum storage requirements.
  • Loading branch information
gmilescu authored Mar 19, 2024
1 parent 2d1a641 commit 8856a87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/validator/hardware.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This page covers the minimum and recommended hardware requirements for engaging
| CPU | x86_64 (Intel, AMD) processor with at least 8 physical cores |
| CPU Features | CMPXCHG16B, POPCNT, SSE4.1, SSE4.2, AVX |
| RAM | 24GB DDR4 |
| Storage | 1TB SSD (NVMe SSD is recommended. HDD will be enough for localnet only) |
| Storage | 2TB SSD (NVMe SSD is recommended. HDD will be enough for localnet only) |

Verify CPU feature support by running the following command on Linux:

Expand All @@ -33,7 +33,7 @@ lscpu | grep -P '(?=.*avx )(?=.*sse4.2 )(?=.*cx16 )(?=.*popcnt )' > /dev/null \
| CPU | x86_64 (Intel, AMD) processor with at least 8 physical cores |
| CPU Features | CMPXCHG16B, POPCNT, SSE4.1, SSE4.2, AVX |
| RAM | 16GB DDR4 |
| Storage | 500GB SSD (NVMe SSD is recommended. HDD will be enough for localnet only) |
| Storage | 1TB SSD (NVMe SSD is recommended. HDD will be enough for localnet only) |

Verify CPU feature support by running the following command on Linux:

Expand Down

0 comments on commit 8856a87

Please sign in to comment.