diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 267839b577..ab39417a6a 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -295,6 +295,9 @@ <vcpupin vcpu="3" cpuset="0,4"/> <shares>2048</shares> </cputune> + <numatune> + <memory mode="strict" nodeset="1-4,^3"/> + </numatune> ...
@@ -382,6 +385,21 @@ 2048 will get twice as much CPU time as a VM configured with value 1024. Since 0.9.0 +
numatune
+
+ The optional numatune element provides details of + how to tune the performance of a NUMA host via controlling NUMA policy + for domain process. NB, only supported by QEMU driver. + Since 0.9.3 +
memory
+
+ The optional memory element specify how to allocate memory + for the domain process on a NUMA host. It contains two attributes, + attribute mode is either 'interleave', 'strict', or 'preferred', + attribute nodeset specifies the NUMA nodes, it leads same + syntax with attribute cpuset of element vcpu. + Since 0.9.3 +

CPU model and topology