1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-03-07 17:28:15 +00:00

Cleanup some tabs issues

This commit is contained in:
Daniel Veillard 2010-10-12 16:12:08 +02:00
parent 6a377990cf
commit af996f5544

View File

@ -302,32 +302,32 @@
<!-- All the memory/swap related tunables would go in the memtune --> <!-- All the memory/swap related tunables would go in the memtune -->
<optional> <optional>
<element name="memtune"> <element name="memtune">
<!-- Maximum memory the VM can use --> <!-- Maximum memory the VM can use -->
<optional> <optional>
<element name="hard_limit"> <element name="hard_limit">
<ref name="memoryKB"/> <ref name="memoryKB"/>
</element> </element>
</optional> </optional>
<!-- Minimum memory ascertained for the VM during contention --> <!-- Minimum memory ascertained for the VM during contention -->
<optional> <optional>
<element name="soft_limit"> <element name="soft_limit">
<ref name="memoryKB"/> <ref name="memoryKB"/>
</element> </element>
</optional> </optional>
<!-- Minimum amount of memory required to start the VM --> <!-- Minimum amount of memory required to start the VM -->
<optional> <optional>
<element name="min_guarantee"> <element name="min_guarantee">
<ref name="memoryKB"/> <ref name="memoryKB"/>
</element> </element>
</optional> </optional>
<!-- Maximum swap area the VM can use --> <!-- Maximum swap area the VM can use -->
<optional> <optional>
<element name="swap_hard_limit"> <element name="swap_hard_limit">
<ref name="memoryKB"/> <ref name="memoryKB"/>
</element> </element>
</optional> </optional>
</element> </element>
</optional> </optional>
<optional> <optional>