examples: test: Kill unsupported maxMemory element

The "maxMemory" element was never supported by libvirt. Remove it from
the test XMLs. (Found while actually trying to add support for a
identically named element).
This commit is contained in:
Peter Krempa 2014-08-11 17:28:34 +02:00
parent 93cf8f9861
commit d88f9027ae
2 changed files with 0 additions and 2 deletions

View File

@ -7,7 +7,6 @@
<boot dev='hd'/>
</os>
<memory>524288</memory>
<maxMemory>1524288</maxMemory>
<vcpu>4</vcpu>
<on_poweroff>destroy</on_poweroff>
<on_reboot>restart</on_reboot>

View File

@ -17,7 +17,6 @@
<boot dev="hd"/>
</os>
<memory>524288</memory>
<maxMemory>1524288</maxMemory>
<vcpu>4</vcpu>
<on_poweroff>destroy</on_poweroff>
<on_reboot>restart</on_reboot>