|
|
|
|
|
by cospaia
1590 days ago
|
|
I can't bind cpu and memory different. $ numactl --hardware
available: 1 nodes (0)
node 0 cpus: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
node 0 size: 15395 MB
node 0 free: 2542 MB
node distances:
node 0
0: 10
$ numactl --cpunodebind=0 --membind=1 java PrimeSieve
libnuma: Warning: node argument 1 is out of range
|
|