mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-06 09:36:10 +00:00
![]() This enable numa support inside the guest, and share the memory and cores across the sockets numa nodes. numa: 0|1 example: ------- sockets:2 cores:2 memory:4096 numa: 1 qemu command line ----------------- -object memory-backend-ram,size=2048,id=ram-node0 -numa node,nodeid=0,cpus=0-1,memdev=ram-node0 -object memory-backend-ram,size=2048,id=ram-node1 -numa node,nodeid=1,cpus=2-3,memdev=ram-node1 Signed-off-by: Alexandre Derumier <aderumier@odiso.com> |
||
---|---|---|
.. | ||
API2 | ||
VZDump | ||
Makefile | ||
QemuMigrate.pm | ||
QemuServer.pm | ||
QMPClient.pm |