File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -248,11 +248,11 @@ the load caused by workspace provisioning on the `coderd` nodes.
248
248
249
249
When determining scaling requirements, consider the following factors:
250
250
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.
256
256
257
257
** Node Autoscaling**
258
258
@@ -281,18 +281,12 @@ for workspace users, administrators must be aware of a few assumptions.
281
281
282
282
TODO
283
283
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
-
288
284
- Guidance for reasonable ratio of CPU limits/requests
289
285
- Guidance for reasonable ratio for memory requests/limits
290
286
291
287
Mention that as users onboard, the autoscaling config should take care of
292
288
ongoing workspaces
293
289
294
- 0.25 cores and 256 MB per provisioner daemon
295
-
296
290
### Database
297
291
298
292
TODO
You can’t perform that action at this time.
0 commit comments