mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 17:34:18 +03:00
docs: Fix dimm example
In the example for <memory model='dimm'/> 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 <mprivozn@redhat.com> Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
parent
3e4f4c2eec
commit
9b49c2c6d3
@ -7745,7 +7745,7 @@ Example: usage of the memory devices
|
||||
</memory>
|
||||
<memory model='dimm'>
|
||||
<source>
|
||||
<pagesize unit='KiB'>4096</pagesize>
|
||||
<pagesize unit='KiB'>2048</pagesize>
|
||||
<nodemask>1-3</nodemask>
|
||||
</source>
|
||||
<target>
|
||||
|
Loading…
Reference in New Issue
Block a user