Jump to content

Resource Allocation: Difference between revisions

From stereotool.info
No edit summary
No edit summary
Line 21: Line 21:
</div>
</div>


** Assign Threads to Preferred CPU Cores
* Assign Threads to Preferred CPU Cores


Threads and CPU Core Selection
Threads and CPU Core Selection

Revision as of 12:52, 9 February 2025

Resource Allocation

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

Threads and CPU Core Selection Process Prioirty