From: Michal Privoznik Date: Sun, 12 Sep 2021 07:30:29 +0000 (+0200) Subject: docs: Fix dimm example X-Git-Tag: v7.8.0-rc1~213 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b49c2c6d3d958c24ca9af5bac2abb06e4475a6a;p=thirdparty%2Flibvirt.git docs: Fix dimm example In the example for we show how to configure hugepages as backend. In the example we show 4MiB hugepages which are non-standard and thus at the first glance may mislead users thinking that a regular sized pages (4K) will be used. Use 2MiB as the value instead. Signed-off-by: Michal Privoznik Reviewed-by: Pavel Hrdina --- diff --git a/docs/formatdomain.rst b/docs/formatdomain.rst index ad3b4ea92c..9173d9f1d6 100644 --- a/docs/formatdomain.rst +++ b/docs/formatdomain.rst @@ -7745,7 +7745,7 @@ Example: usage of the memory devices - 4096 + 2048 1-3