View Single Post
  #268  
Old 11-03-2007, 08:53 AM
Foo'bar Foo'bar is offline
Approved Member
 
Join Date: Oct 2007
Location: Niedersachsen, Deutschland
Posts: 662
Default

Quote:
Originally Posted by choctaw111
Not quite right. Zero is core 1. One is core 2 and 2 is both cores. There are even numbers to tell it to run on 3 and 4 cores if you have a quad core processor but I have tried this and Il2 does not run any better using 4 cores over 2 cores. Il2 does run better on 2 cores than 1 core.
Could you please tell me where you got this from? I was told that IL-2 always is running with only one core. You just can set on wich one:

Code:
[rts]
ProcessAffinityMask=1 (on core 1)
[rts]
ProcessAffinityMask=2 (on core 2)
[rts]
ProcessAffinityMask=3 (on core 3)
[rts]
ProcessAffinityMask=2 (on core 4)
Or am I wrong?