View Single Post
  #5  
Old 10-01-2011, 11:10 PM
335th_GRAthos 335th_GRAthos is offline
Approved Member
 
Join Date: Oct 2007
Posts: 1,240
Default

Quote:
Originally Posted by zanzark View Post
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~
Reply With Quote