Hello,
I`m very confused with NUMA, as I read from docs you have a NUMA capable host if you have multiple CPUs (sockets). However I have installed Proxmox 6.1 (latest) on a AMD EPYC 16 core CPU, and the command to check available numa returns:
So this means I have NUMA capability ?
Thanks
I`m very confused with NUMA, as I read from docs you have a NUMA capable host if you have multiple CPUs (sockets). However I have installed Proxmox 6.1 (latest) on a AMD EPYC 16 core CPU, and the command to check available numa returns:
Bash:
available: 4 nodes (0-3)
node 0 cpus: 0 1 2 3 16 17 18 19
node 0 size: 64396 MB
node 0 free: 52367 MB
node 1 cpus: 4 5 6 7 20 21 22 23
node 1 size: 64484 MB
node 1 free: 57565 MB
node 2 cpus: 8 9 10 11 24 25 26 27
node 2 size: 64508 MB
node 2 free: 52654 MB
node 3 cpus: 12 13 14 15 28 29 30 31
node 3 size: 64509 MB
node 3 free: 50373 MB
node distances:
node 0 1 2 3
0: 10 16 16 16
1: 16 10 16 16
2: 16 16 10 16
3: 16 16 16 10
So this means I have NUMA capability ?
Thanks