Quote:
Originally Posted by zanzark
What difference does it make?
AffinityMask is only to choose which core you want to use, not to use more than one.
|
Says who!? Totally wrong.
Process Affinity =
=1 - core 0
=2 - core 1
=3 - core 0+1
=4 - core 2
=5 - core 0+2
=6 - core 1+2
=7 - core 0+1+2
=8 - core 3
=9 - core 0 + 3
=10 - core 1 + 3
=11 - core 0 + 2 + 3
=12 - core 2 + 3
=13 - core 0 + 2 + 3
=14 - core 1 + 2 + 3
=15 - core 0 + 1 + 2 + 3
PS. and make sure that you remove the ; sign in front of the processaffinity= line in your conf.ini (just in case)
~S~