Skip to content

Commit 17e5431

Browse files
committed
WIP
1 parent 233866f commit 17e5431

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

docs/admin/architectures/index.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -248,11 +248,11 @@ the load caused by workspace provisioning on the `coderd` nodes.
248248

249249
When determining scaling requirements, consider the following factors:
250250

251-
- `0.5 vCPU x 512 MB memory x concurrent workspace build`: A formula to
252-
determine resource allocation based on the number of concurrent workspace
253-
builds, and standard complexity of a Terraform template. _The rule of thumb_:
254-
the more provisioners are free/available, the more concurrent workspace builds
255-
can be performed.
251+
- `1 vCPU x 1 GB memory x 2 concurrent workspace build`: A formula to determine
252+
resource allocation based on the number of concurrent workspace builds, and
253+
standard complexity of a Terraform template. _The rule of thumb_: the more
254+
provisioners are free/available, the more concurrent workspace builds can be
255+
performed.
256256

257257
**Node Autoscaling**
258258

@@ -281,18 +281,12 @@ for workspace users, administrators must be aware of a few assumptions.
281281

282282
TODO
283283

284-
provisionerd x users: Another formula to consider, focusing on the capacity of
285-
provisioner nodes relative to the number of workspace builds, triggered by
286-
users.
287-
288284
- Guidance for reasonable ratio of CPU limits/requests
289285
- Guidance for reasonable ratio for memory requests/limits
290286

291287
Mention that as users onboard, the autoscaling config should take care of
292288
ongoing workspaces
293289

294-
0.25 cores and 256 MB per provisioner daemon
295-
296290
### Database
297291

298292
TODO

0 commit comments

Comments
 (0)