]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: Warn against locked memory limit too high
authorJiri Denemark <jdenemar@redhat.com>
Tue, 28 Jun 2016 12:00:03 +0000 (14:00 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Thu, 30 Jun 2016 10:54:42 +0000 (12:54 +0200)
https://bugzilla.redhat.com/show_bug.cgi?id=1046833

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
docs/formatdomain.html.in

index f660aa685c34cbdfae5ca027a2700d33154fe643..b0b2f82ee0abcd3af0affd2acef0028d1b881ec9 100644 (file)
         be allowed to swap them out. For QEMU/KVM this requires
         <code>hard_limit</code> <a href="#elementsMemoryTuning">memory tuning</a>
         element to be used and set to the maximum memory configured for the
-        domain plus any memory consumed by the QEMU process itself.
-        <span class="since">Since 1.0.6</span></dd>
+        domain plus any memory consumed by the QEMU process itself. Beware of
+        setting the memory limit too high (and thus allowing the domain to lock
+        most of the host's memory). Doing so may be dangerous to both the
+        domain and the host itself since the host's kernel may run out of
+        memory. <span class="since">Since 1.0.6</span></dd>
     </dl>