Skip to content

Commit 6a87a93

Browse files
committed
1k 2k 3k
1 parent 776d4c6 commit 6a87a93

File tree

5 files changed

+22
-4
lines changed

5 files changed

+22
-4
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,6 @@ tech startups, educational units, or small to mid-sized enterprises.
4444

4545
### Database nodes
4646

47-
TODO
47+
| Users | Node capacity | Replicas | Storage | GCP | AWS | Azure |
48+
| ----------- | ------------------- | -------- | ------- | ------------------ | ------------- | ----------------- |
49+
| Up to 1,000 | 2 vCPU, 8 GB memory | 1 | 512 GB | `db-custom-2-7680` | `db.t3.large` | `Standard_D2s_v3` |

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,11 @@ enabling it for deployment reliability.
4949

5050
### Database nodes
5151

52-
TODO
52+
| Users | Node capacity | Replicas | Storage | GCP | AWS | Azure |
53+
| ----------- | -------------------- | -------- | ------- | ------------------- | -------------- | ----------------- |
54+
| Up to 2,000 | 4 vCPU, 16 GB memory | 1 | 1 TB | `db-custom-4-15360` | `db.t3.xlarge` | `Standard_D4s_v3` |
55+
56+
**Footnotes**:
57+
58+
- Consider adding more replicas if the workspace activity is higher than 500
59+
workspace builds per day.

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,11 @@ purposes.
4646

4747
### Database nodes
4848

49-
TODO
49+
| Users | Node capacity | Replicas | Storage | GCP | AWS | Azure |
50+
| ----------- | -------------------- | -------- | ------- | ------------------- | --------------- | ----------------- |
51+
| Up to 3,000 | 8 vCPU, 32 GB memory | 2 | 1.5 TB | `db-custom-8-30720` | `db.t3.2xlarge` | `Standard_D8s_v3` |
52+
53+
**Footnotes**:
54+
55+
- Consider adding more replicas if the workspace activity is higher than 1500
56+
workspace builds per day.

docs/admin/architectures/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,8 @@ considerations:
316316
Coder deployment with less than 1000 users, and low activity level (30% active
317317
users). This capacity should be sufficient to support 100 external
318318
provisioners.
319+
- Storage size depends on user activity, workspace builds, log verbosity,
320+
overhead on database encryption, etc.
319321
- Allocate an additional CPU core to the database instance for every 1000 active
320322
users.
321323
- Enable _High Availability_ mode for database engine for large scale

docs/admin/scale.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ For example, to support 120 concurrent workspace builds:
111111
| Kubernetes (GKE) | 3 cores | 12 GB | 1 | db-f1-micro | 200 | 3 | 200 simulated | `v0.24.1` | Jun 26, 2023 |
112112
| Kubernetes (GKE) | 4 cores | 8 GB | 1 | db-custom-1-3840 | 1500 | 20 | 1,500 simulated | `v0.24.1` | Jun 27, 2023 |
113113
| Kubernetes (GKE) | 2 cores | 4 GB | 1 | db-custom-1-3840 | 500 | 20 | 500 simulated | `v0.27.2` | Jul 27, 2023 |
114-
| Kubernetes (GKE) | 2 cores | 4 GB | 2 | db-custom-2-7680 | 1000 | 20 | 1000 simulated | `v2.2.1` | Oct 9, 2023 |
114+
| Kubernetes (GKE) | 2 cores | 8 GB | 2 | db-custom-2-7680 | 1000 | 20 | 1000 simulated | `v2.2.1` | Oct 9, 2023 |
115115

116116
> Note: a simulated connection reads and writes random data at 40KB/s per
117117
> connection.

0 commit comments

Comments
 (0)