From: Jiri Denemark Date: Mon, 9 Dec 2013 14:42:15 +0000 (+0100) Subject: docs: Enhance memoryBacking/locked documentation X-Git-Tag: CVE-2013-6436~98 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24fbbb82636ee00a5f5ac3c960459696e96f2911;p=thirdparty%2Flibvirt.git docs: Enhance memoryBacking/locked documentation Mention the need to set memtune/hard_limit. https://bugzilla.redhat.com/show_bug.cgi?id=1035954 --- diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 1850a2b8c3..b4ee9f3f8a 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -638,7 +638,10 @@
locked
When set and supported by the hypervisor, memory pages belonging to the domain will be locked in host's memory and the host will not - be allowed to swap them out. + be allowed to swap them out. For QEMU/KVM this requires + hard_limit memory tunning + element to be used and set to the maximum memory configured for the + domain plus any memory consumed by the QEMU process itself. Since 1.0.6