Possibility to limit number of used CPU cores? #168
Labels
A-ECS
Entities, components, systems, and events
C-Performance
A change motivated by improving speed, memory usage or compile times
My machine has 24 logical cores. All of them spin up and run a workload, even for the simplest application. It would be great if there was a possibility to limit the number of actively used cores. This would have the following benefits:
This is probably also related to #111
I was already poking around in
ParallelExecutor
but couldnt identify any obvious place where this could be added.The text was updated successfully, but these errors were encountered: