mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-02 15:18:44 +00:00
![]() vm configuration ---------------- hugepages: (any|2|1024) any: we'll try to allocate 1GB hugepage if possible, if not we use 2MB hugepage 2: we want to use 2MB hugepage 1024: we want to use 1GB hugepage. (memory need to be multiple of 1GB in this case) optionnal host configuration for 1GB hugepages ---------------------------------------------- 1GB hugepages can be allocated at boot if user want it. hugepages need to be contiguous, so sometime it's not possible to reserve them on the fly /etc/default/grub : GRUB_CMDLINE_LINUX_DEFAULT="quiet hugepagesz=1G hugepages=x" Signed-off-by: Alexandre Derumier <aderumier@odiso.com> Acked-by: Wolfgang Bumiller <w.bumiller@proxmox.com> |
||
---|---|---|
PVE | ||
test | ||
.gitignore | ||
changelog.Debian | ||
control.in | ||
copyright | ||
Makefile | ||
modules-load.conf | ||
pcitest.pl | ||
pve-bridge | ||
pve-bridge-hotplug | ||
pve-bridgedown | ||
pve-q35.cfg | ||
pve-usb.cfg | ||
qm | ||
qmextract | ||
qmrestore | ||
sparsecp.c | ||
triggers | ||
utils.c | ||
vmtar.c |