Skip to content

Commit aa1ea1b

Browse files
committed
Changed dimmed to deemed, in what I assume was a typo
1 parent 157f1df commit aa1ea1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/tuning_performance_for_deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ also increases memory usage.
8787
### Practical Implications
8888

8989
Users interested in optimizing for throughput and server utilization will want to run one process per CPU core and
90-
increase the number of threads per process until the impact on latency is dimmed too important.
90+
increase the number of threads per process until the impact on latency is deemed too important.
9191

9292
Users interested in optimizing for latency will want to keep the number of threads per process low.
9393
To optimize for latency even further, users can even set the thread per process count to `1` and run `1.5` or `1.3`

0 commit comments

Comments
 (0)