File tree 1 file changed +11
-2
lines changed
1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -210,8 +210,9 @@ Inactive users do not consume Coder resources.
210
210
211
211
When determining scaling requirements, consider the following factors:
212
212
213
- - ` 1 vCPU x 2 GB memory x 250 users ` : A reasonable formula to determine resource
214
- allocation based on the number of users and their expected usage patterns.
213
+ - ` 1 vCPU x 2 GB memory ` for every 250 users: A reasonable formula to determine
214
+ resource allocation based on the number of users and their expected usage
215
+ patterns.
215
216
- API latency/response time: Monitor API latency and response times to ensure
216
217
optimal performance under varying loads.
217
218
- Average number of HTTP requests: Track the average number of HTTP requests to
@@ -239,6 +240,14 @@ We recommend disabling the autoscaling for `coderd` nodes. Autoscaling can cause
239
240
interruptions for user connections, see [ Autoscaling] ( ../scale.md#autoscaling )
240
241
for more details.
241
242
243
+ ### Control plane: Workspace Proxies
244
+
245
+ When scaling [ workspace proxies] ( ../workspace-proxies.md ) , follow the same
246
+ guidelines as for ` coderd ` above:
247
+
248
+ - ` 1 vCPU x 2 GB memory ` for every 250 users.
249
+ - Disable autoscaling.
250
+
242
251
### Control plane: provisionerd
243
252
244
253
Each external provisioner can run a single concurrent workspace build. For
You can’t perform that action at this time.
0 commit comments