Skip to content

Commit 813688e

Browse files
committed
WIP
1 parent 6a87a93 commit 813688e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ tech startups, educational units, or small to mid-sized enterprises.
1414

1515
| Users | Node capacity | Replicas | GCP | AWS | Azure |
1616
| ----------- | ------------------- | -------- | --------------- | ---------- | ----------------- |
17-
| Up to 1,000 | 2 vCPU, 8 GB memory | 2 | `n1-standard-2` | `t3.large` | `Standard_D2s_v3` |
17+
| Up to 1,000 | 2 vCPU, 8 GB memory | 1-2 | `n1-standard-2` | `t3.large` | `Standard_D2s_v3` |
1818

1919
**Footnotes**:
2020

docs/admin/architectures/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -236,11 +236,11 @@ for more details.
236236

237237
### Control plane: provisionerd
238238

239-
Each provisioner can run a single concurrent workspace build. For example,
240-
running 10 provisioner containers will allow 10 users to start workspaces at the
241-
same time.
239+
Each external provisioner can run a single concurrent workspace build. For
240+
example, running 10 provisioner containers will allow 10 users to start
241+
workspaces at the same time.
242242

243-
By default, the Coder server runs built-in provisioner daemons, but the
243+
By default, the Coder server runs 3 built-in provisioner daemons, but the
244244
_Enterprise_ Coder release allows for running external provisioners to separate
245245
the load caused by workspace provisioning on the `coderd` nodes.
246246

0 commit comments

Comments
 (0)