May 20, 20179 yr Could someone here give a clue to why in the FSW.cfg is set to [JobScheduler] AffinityMask=-1 (-1)? Asus Rampage VI Extreme Encore(water Cooled) EVGA RTX 3090 FTW3 Hybrid, 64 DD4 @ 2800 2 x 2x M.2 in raid 0.
May 20, 20179 yr AffinityMask is a bit mask, ie a binary number made of 1's and 0's. Each bit position represents a processor core. The rightmost bit is for core 0, the next one to the left is core 1, etc 1110 on a 4 core machine means run on cores 3,2, and 1 but stay off core 0. In the config you have to translate this to a decimal number, which is 14. In signed arithmetic, -1 is all 1's, so -1 means to use all the processor core in your system. Sorry I hope that wasn't too long-winded Barry Friedman
May 20, 20179 yr Author 2 minutes ago, fshobby said: AffinityMask is a bit mask, ie a binary number made of 1's and 0's. Each bit position represents a processor core. The rightmost bit is for core 0, the next one to the left is core 1, etc 1110 on a 4 core machine means run on cores 3,2, and 1 but stay off core 0. In the config you have to translate this to a decimal number, which is 14. In signed arithmetic, -1 is all 1's, so -1 means to use all the processor core in your system. Sorry I hope that wasn't too long-winded I was just curious about the -1 I always used 254 for my CPU without HT. thanks for the answer. Asus Rampage VI Extreme Encore(water Cooled) EVGA RTX 3090 FTW3 Hybrid, 64 DD4 @ 2800 2 x 2x M.2 in raid 0.
Archived
This topic is now archived and is closed to further replies.