Re: Constant 100% CPU utilization since Season 3 update
@Foxfortgot some info
If you have 6/12 thread CPU - Thread.ProcessorCount 12 & Thread.JobThreadPriority 12
If you have 4/8 thread CPU - Thread.ProcessorCount 8 & Thread.JobThreadPriority 8
(Its the same for 8/8 thread CPUs # 9700k)
If you have 8/16 thread CPU - Thread.ProcessorCount 16 & Thread.JobThreadPriority 11 or 16 (not sure here.Havent test this.JobThreadPriority max should be 11 anyway. It might not have a difference)
If you have 4/4 thread CPU - Thread.ProcessorCount 4 & Thread.JobThreadPriority 4
You can set the two comands 12/12 or 8/8 but it will use 12/11 or 8/7 & so on. If not set properly you could have very low FPS. For ex. 12 on both comands while have 4 core CPU is bad. Ideally Thread.JobThreadPriority should be 1 less than the number of your CPU threads. 11 is maximum. You can check it with this comand: Render.DrawScreenInfo 1