You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use --affinity parameter to run System.Net.Security microbenchmarks. It works fine for <32 CPUs but when I try --platform x64 --affinity 4294967295 (0xFFFFFFFF) to set the affinity to 32 CPUs I get this error:
I am trying to use
--affinity
parameter to run System.Net.Security microbenchmarks. It works fine for <32 CPUs but when I try--platform x64 --affinity 4294967295
(0xFFFFFFFF) to set the affinity to 32 CPUs I get this error:I am assuming even I am setting
--platform x64
, the MicroBenchmarks app is running as AnyCPU or x86 platform, and that is why I am getting the error.Any ideas on how to fix this?
Additional info:
The text was updated successfully, but these errors were encountered: