File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -191,8 +191,8 @@ guidance on optimal configurations. A reasonable approach involves using scaling
191
191
formulas based on factors like CPU, memory, and the number of users.
192
192
193
193
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.
196
196
197
197
#### CPU and memory usage
198
198
@@ -332,7 +332,8 @@ allocating an additional CPU core to every `coderd` replica.
332
332
We provide the following general recommendations for PostgreSQL settings:
333
333
334
334
- 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.
337
338
- Utilize faster disk options such as SSDs or NVMe drives for optimal
338
339
performance enhancement.
You can’t perform that action at this time.
0 commit comments