Skip to content

Commit d36e893

Browse files
committed
WIP
1 parent 18bd4d2 commit d36e893

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

docs/admin/architectures/index.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -297,14 +297,16 @@ number of workspaces or active users. It's important to note that as new users
297297
onboard, the autoscaling configuration should account for ongoing workspaces.
298298

299299
Scaling down workspace nodes to zero is not recommended, as it will result in
300-
longer wait times for workspace provisioning by users.
300+
longer wait times for workspace provisioning by users. However, this may be
301+
necessary for workspaces with special resource requirements (e.g. GPUs) that
302+
incur significant cost overheads.
301303

302304
### Data plane: External database
303305

304-
While running in production, Coder deployment requires an access to an external
305-
PostgreSQL database. Depending on the scale of the user-base, workspace
306-
activity, and High Availability requirements, the amount of CPU and memory
307-
resources may differ.
306+
While running in production, Coder requires a access to an external PostgreSQL
307+
database. Depending on the scale of the user-base, workspace activity, and High
308+
Availability requirements, the amount of CPU and memory resources required by
309+
Coder's database may differ.
308310

309311
#### Scaling formula
310312

@@ -322,8 +324,8 @@ considerations:
322324
- Enable _High Availability_ mode for database engine for large scale
323325
deployments.
324326

325-
With enabled database encryption feature in Coder, consider allocating an
326-
additional CPU core to every `coderd` replica.
327+
If you enable [database encryption](../encryption.md) in Coder, consider
328+
allocating an additional CPU core to every `coderd` replica.
327329

328330
#### Performance optimization guidelines
329331

0 commit comments

Comments
 (0)