Resource Allocation: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[[Resource Allocation]] | [[Resource Allocation]] | ||
Processing Thread Distribution | <div class="collapsible-header">Processing Thread Distribution</div> | ||
<div class="collapsible-content"> | |||
* Optimize for throughput | |||
* Optimize for Latency | |||
* Set CPU Preferences Manually | |||
* Only use one thread | |||
</div> | |||
Number of CPU Cores | Number of CPU Cores | ||
Assign Threads to Preferred CPU Cores | Assign Threads to Preferred CPU Cores |
Revision as of 12:44, 9 February 2025
Processing Thread Distribution
- Optimize for throughput
- Optimize for Latency
- Set CPU Preferences Manually
- Only use one thread
Number of CPU Cores Assign Threads to Preferred CPU Cores Threads and CPU Core Selection Process Prioirty
