While running the strategy optimizer I noticed that NT8 is only using half of the logical cores. Also, the trace file shows that it is detecting half of the real number of cores (36 instead of 72).
I suppose it is asking the OS for the number of physical cores instead of the logical ones. As a result, during a strategy optimization, half the cores will sit there with a 0% utilization level and the other half at 100%.
Is there some way to force NT8 to use all logical cores? Just in case, I checked the config.xml file and I didn’t find any mention of the words “processor”, “cores”, “threads” or “worker”.
Additionally, I tried adding a “NumberOfWorkerThreads” key but it didn’t have any effect.

Comment