Skip to content

Commit fd81dd6

Browse files
authored
Merge pull request rails#51977 from wjohnstondrip/performance-documentation-tweak
Changed dimmed to deemed, in what I assume was a typo
2 parents fe57bd2 + aa1ea1b commit fd81dd6

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)