mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-04 17:47:19 +03:00
46ec093a28
shutdown could be interpreted as a soft reboot, which won't apply the changes
19 lines
653 B
XML
19 lines
653 B
XML
<memoryBacking>
|
|
<hugepages/>
|
|
</memoryBacking>
|
|
- <vcpu placement="static" cpuset="1-2,5-9,11,13-14">9</vcpu>
|
|
+ <vcpu placement="static" cpuset="1-2,5-9,11,13-14" current="10">20</vcpu>
|
|
<numatune>
|
|
<memory mode="interleave" placement="auto"/>
|
|
</numatune>
|
|
@@
|
|
<cell id="2" cpus="2" memory="1048576" unit="KiB"/>
|
|
<cell id="3" cpus="3" memory="1048576" unit="KiB"/>
|
|
</numa>
|
|
+ <topology sockets="4" cores="5" threads="1"/>
|
|
</cpu>
|
|
<clock offset="utc">
|
|
<timer name="rtc" tickpolicy="catchup"/>
|
|
|
|
Domain 'test-for-virtxml' defined successfully.
|
|
Changes will take effect after the domain is fully powered off. |