Commit fee1af7
Pavel Siska
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.1 parent 00a630e commit fee1af7
1 file changed
+5
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
76 | 74 | | |
77 | | - | |
| 75 | + | |
78 | 76 | | |
79 | 77 | | |
80 | 78 | | |
| |||
0 commit comments