mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-12 02:05:47 +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> |
||
---|---|---|
PVE | ||
.gitignore | ||
changelog.Debian | ||
control.in | ||
copyright | ||
gen-vmconf-pod.pl | ||
Makefile | ||
pcitest.pl | ||
postinst | ||
postrm | ||
pve-bridge | ||
pve-bridgedown | ||
pve-q35.cfg | ||
pve-usb.cfg | ||
qemu.init.d | ||
qm | ||
qmextract | ||
qmrestore | ||
qmupdate | ||
sparsecp.c | ||
utils.c | ||
vmtar.c |