For Performance purposes, I tested around the UseProcessors option in my worldserver.conf.
I observed the following options for up to 8 threads. (Tested on 4C8T)
Bitmask=UsedCPUThread/s (ID 0-7)
1=0
3=0+1
7=0+1+2
15=0+1+2+3
31=0+1+2+3+4
63=0+1+2+3+4+5
127=0+1+2+3+4+5+6
255=0+1+2+3+4+5+6+7
I felt a better performance using 255 instead of 0 on Win Server 2019 x64.
Maybe it helps someone.
I observed the following options for up to 8 threads. (Tested on 4C8T)
Bitmask=UsedCPUThread/s (ID 0-7)
1=0
3=0+1
7=0+1+2
15=0+1+2+3
31=0+1+2+3+4
63=0+1+2+3+4+5
127=0+1+2+3+4+5+6
255=0+1+2+3+4+5+6+7
I felt a better performance using 255 instead of 0 on Win Server 2019 x64.
Maybe it helps someone.
Last edited: