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