I've been trying the CPUAffinity=integer command and everytime I set it, when the server runs, it resets the value back to 0. I was trying to understand the way you implemented this. Microsoft uses (in the case of the I7 which has 8 cores) bitmap values such that 1 enables core 0, 2 enables core 1, 4 enables core 2, etc. So if I wanted to enable cores 4,5,6,7 I would use a bitmask of 240 (128+64+32+16). If I'm misunderstanding this, could you please clarify?
Thanks again.