Skip to content

Commit cf29c26

Browse files
committed
WIP
1 parent 813688e commit cf29c26

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

docs/admin/architectures/1k-users.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ tech startups, educational units, or small to mid-sized enterprises.
2323

2424
### Provisioner nodes
2525

26-
| Users | Node capacity | Replicas | GCP | AWS | Azure |
27-
| ----------- | -------------------- | ------------------------ | ---------------- | ------------ | ----------------- |
28-
| Up to 1,000 | 8 vCPU, 32 GB memory | 2 / 30 provisioners each | `t2d-standard-8` | `t3.2xlarge` | `Standard_D8s_v3` |
26+
| Users | Node capacity | Replicas | GCP | AWS | Azure |
27+
| ----------- | -------------------- | ------------------------------ | ---------------- | ------------ | ----------------- |
28+
| Up to 1,000 | 8 vCPU, 32 GB memory | 2 nodes / 30 provisioners each | `t2d-standard-8` | `t3.2xlarge` | `Standard_D8s_v3` |
2929

3030
**Footnotes**:
3131

@@ -39,7 +39,9 @@ tech startups, educational units, or small to mid-sized enterprises.
3939

4040
**Footnotes**:
4141

42-
- Assumed that a workspace user needs 2 GB memory to perform
42+
- Assumed that a workspace user needs at minimum 2 GB memory to perform. We
43+
recommend against over-provisioning memory for developer workloads, as this my
44+
lead to OOMKiller invocations.
4345
- Maximum number of Kubernetes workspace pods per node: 256
4446

4547
### Database nodes

docs/admin/architectures/2k-users.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ enabling it for deployment reliability.
2323

2424
### Provisioner nodes
2525

26-
| Users | Node capacity | Replicas | GCP | AWS | Azure |
27-
| ----------- | -------------------- | ------------------------ | ---------------- | ------------ | ----------------- |
28-
| Up to 2,000 | 8 vCPU, 32 GB memory | 4 / 30 provisioners each | `t2d-standard-8` | `t3.2xlarge` | `Standard_D8s_v3` |
26+
| Users | Node capacity | Replicas | GCP | AWS | Azure |
27+
| ----------- | -------------------- | ------------------------------ | ---------------- | ------------ | ----------------- |
28+
| Up to 2,000 | 8 vCPU, 32 GB memory | 4 nodes / 30 provisioners each | `t2d-standard-8` | `t3.2xlarge` | `Standard_D8s_v3` |
2929

3030
**Footnotes**:
3131

docs/admin/architectures/3k-users.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ purposes.
3232

3333
### Workspace nodes
3434

35-
| Users | Node capacity | Replicas | GCP | AWS | Azure |
36-
| ----------- | -------------------- | ------------------------ | ---------------- | ------------ | ----------------- |
37-
| Up to 3,000 | 8 vCPU, 32 GB memory | 256 / 12 workspaces each | `t2d-standard-8` | `t3.2xlarge` | `Standard_D8s_v3` |
35+
| Users | Node capacity | Replicas | GCP | AWS | Azure |
36+
| ----------- | -------------------- | ------------------------------ | ---------------- | ------------ | ----------------- |
37+
| Up to 3,000 | 8 vCPU, 32 GB memory | 256 nodes / 12 workspaces each | `t2d-standard-8` | `t3.2xlarge` | `Standard_D8s_v3` |
3838

3939
**Footnotes**:
4040

0 commit comments

Comments
 (0)