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
NfbPlugin: replace numa_bind with numa_set_preferred for flexible memory allocation
Switched from `numa_bind()` to `numa_set_preferred()` with `numa_set_bind_policy(0)` to allow
preferred NUMA node memory allocation without hard binding. This enables memory to be allocated
on the preferred NUMA node first, but allows fallback to others when necessary.
0 commit comments