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
The current implementation of jb::cpu_set only supports CPU_SETSIZE cpus (and only works on Linux, see #151). In practice that should be big enough for any application, but should we ever need to support hosts with more than 1024 CPUs the code will need to dynamically size the affinity mask.
The text was updated successfully, but these errors were encountered:
The current implementation of jb::cpu_set only supports CPU_SETSIZE cpus (and only works on Linux, see #151). In practice that should be big enough for any application, but should we ever need to support hosts with more than 1024 CPUs the code will need to dynamically size the affinity mask.
The text was updated successfully, but these errors were encountered: