Improve how CLR assigns threads to processors and NUMA nodes - SpiderRock/SRDataFeed GitHub Wiki
We haven’t committed this to our GitHub repo yet, but internally we’ve been using this version to improve how CLR assigns threads to processors and NUMA nodes:
<configuration>
<startup> <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2"/> </startup> <runtime> <Thread_UseAllCpuGroups enabled="true"/> <GCCpuGroup enabled="true"/> <gcServer enabled="true" /> </runtime>
</configuration>