docs: add provider-agnostic requirements to DEPLOYMENT.md - #35
docs: add provider-agnostic requirements to DEPLOYMENT.md#35Digitalenergyllc wants to merge 4 commits into
Conversation
Closes solana-foundation#23 DEPLOYMENT.md only covered AWS. Added general hardware requirements and notes for operators deploying on other providers or bare metal.
|
@Digitalenergyllc is attempting to deploy a commit to the Solana Foundation Team on Vercel. A member of the Team first needs to authorize it. |
| | CPU | 2 cores | 4+ cores | | ||
| | RAM | 4 GB | 8 GB | | ||
| | Storage | 100 GB SSD | 200 GB NVMe | | ||
| | Network | 100 Mbps | 1 Gbps | |
There was a problem hiding this comment.
Storage minimum conflicts with AWS guide
The new table lists 100 GB SSD as the minimum, but the existing AWS section (step 1) recommends "at least 40 GB" for the gp3 volume. An operator following both sections will see contradictory requirements and may either over-provision or—if they trust the AWS-specific number—end up below what the general spec now calls the floor. One of the two values should be reconciled, or a note should clarify that the 40 GB figure in the AWS section is intentionally lower (e.g., sufficient for AWS with elastic storage expansion, while bare-metal operators should provision 100 GB upfront).
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Closes #23
Summary
DEPLOYMENT.md only covered AWS-based deployment. Operators using other providers (Leaseweb, OVH, Hetzner, bare metal) had no guidance on minimum requirements or alternative setup steps.
Changes