Skip to content

Commit 066d6ff

Browse files
committed
WIP
1 parent d36e893 commit 066d6ff

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/admin/architectures/index.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,8 @@ guidance on optimal configurations. A reasonable approach involves using scaling
191191
formulas based on factors like CPU, memory, and the number of users.
192192

193193
While the minimum requirements specify 1 CPU core and 2 GB of memory per
194-
`coderd` replica, it is recommended to allocate additional resources to ensure
195-
deployment stability.
194+
`coderd` replica, it is recommended to allocate additional resources depending
195+
on the workload size to ensure deployment stability.
196196

197197
#### CPU and memory usage
198198

@@ -332,7 +332,8 @@ allocating an additional CPU core to every `coderd` replica.
332332
We provide the following general recommendations for PostgreSQL settings:
333333

334334
- Increase number of vCPU if CPU utilization or database latency is high.
335-
- Allocate extra GB memory if database performance is poor and CPU utilization
336-
is low.
335+
- Allocate extra memory if database performance is poor and CPU utilization is
336+
low. For maximum performance, the entire database should be able to fit in
337+
RAM.
337338
- Utilize faster disk options such as SSDs or NVMe drives for optimal
338339
performance enhancement.

0 commit comments

Comments
 (0)