[pve-devel] [PATCH qemu-server] document hugepages option
Maximiliano Sandoval
m.sandoval at proxmox.com
Thu Aug 28 14:49:31 CEST 2025
Given that there is no 0 enum, we remove the word "disabled" from the
docs. We also document that the unit is MiB.
Signed-off-by: Maximiliano Sandoval <m.sandoval at proxmox.com>
---
src/PVE/QemuServer.pm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/src/PVE/QemuServer.pm b/src/PVE/QemuServer.pm
index f263fedb..9d2bba71 100644
--- a/src/PVE/QemuServer.pm
+++ b/src/PVE/QemuServer.pm
@@ -442,7 +442,10 @@ EODESC
hugepages => {
optional => 1,
type => 'string',
- description => "Enable/disable hugepages memory.",
+ description =>
+ "Enables hugepages memory.\n\nSets the size of hugepages in MiBs. If the value "
+ . "is set to 'any' then 1 GiB hugepages will be used if possible, "
+ . "otherwise the size will fall back to 2 MiB.",
enum => [qw(any 2 1024)],
},
keephugepages => {
--
2.47.2
More information about the pve-devel
mailing list