Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update storage nodes requirements #396

Merged
merged 4 commits into from
Jun 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 21 additions & 18 deletions app/node/get-started/prerequisites/page.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,27 @@ redirects:

Proceeding constitutes acceptance of our [Terms and conditions](https://www.storj.io/legal/supplier-terms-conditions). Please read carefully before continuing.

## Hardware Requirements (Recommended)

✅ **One (1) processor core dedicated to each node service**

✅ **8 TB and a maximum of 24 TB of available space per node**
Minimum of 550 GB with no maximum of available space per node.

✅ **16+ TB of unmetered bandwidth available per month; unlimited preferred**
Minimum of 2 TB of bandwidth available per month

✅ **100 Mbps bandwidth upstream**
Minimum of 5 Mbps bandwidth upstream

✅ **100 Mbps bandwidth downstream**
Minimum of 25 Mbps bandwidth downstream

✅ **Uptime (online and operational) of 99.5% per month**
Minimum uptime (online and operational) of 99.3% per month, max total downtime of 5 hours monthly
## Hardware and Network Requirements

### Recommended

* One processor core for each storage node process
* One hard drive (JBOD) per storage node process
* 2 TB of available space per storage node process
* 1.5 TB of transit per TB of storage node capacity; unlimited preferred
* 3 Mbps upload bandwidth per TB of capacity
* 5 Mbps download bandwidth per TB of capacity
* Uptime (online and operational) of 99.5% per month

### Minimum

* One processor core for each storage node process
* One hard drive (JBOD) per storage node process
* 500 GB of available space per storage node process
* 1.5 TB of transit per TB of storage node capacity
* 1 Mbps upload bandwidth per TB of capacity
* 3 Mbps download bandwidth per TB of capacity
* Uptime (online and operational) of 99.3% per month, max total downtime of 5 hours monthly

## System Requirements

Expand Down
Loading