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

Updated Conductor Scaling Guidelines #818

Merged
merged 1 commit into from
Jan 30, 2025
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
24 changes: 13 additions & 11 deletions docs/intro_system_reqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,19 @@ These are the minimum platform specifications for running the SSR Networking Pla

### Conductor Scaling Recommendations

| Number of managed routers | Physical Cores | Memory |
| ------------------------- | -------------- | ------ |
| 1 to 10 | 2 Xeon | 8 GB |
| 1 to 25 | 4 Xeon | 8 GB |
| 25 to 100 | 8 Xeon | 16 GB |
| 100 to 500 | 12 Xeon | 48 GB |
| 500 to 1000 | 24 Xeon | 96 GB |
| 1000 to 1500 | 32 Xeon | 128 GB |
| 1500 to 2000 | 48 Xeon | 160 GB |

Hyperthreading should be enabled on Conductor platforms.
Server grade CPU such as Intel Xeon or AMD EPYC must be used.

Hyperthreading (Intel) or Symmetric Multi-Threading (AMD) must be enabled on Conductor platforms.

| Number of managed routers | Threads | Memory |
| ------------------------- | ------- | ------ |
| 1 to 10 | 4 | 8 GB |
| 1 to 25 | 8 | 8 GB |
| 25 to 100 | 16 | 16 GB |
| 100 to 500 | 24 | 48 GB |
| 500 to 1000 | 48 | 96 GB |
| 1000 to 1500 | 64 | 128 GB |
| 1500 to 2000 | 96 | 256 GB |

### Compatible Platform BIOS and UEFI Recommendations

Expand Down
Loading