Linux Virtualization Reconfigure Guest Memory: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:
Shut down the guest, then:
Shut down the guest, then:


virsh edit <''guest-name''>
<syntaxhighlight lang='bash'>
virsh edit <guest-name>
</syntaxhighlight>


Then:
Then:

Revision as of 06:17, 4 December 2020

Internal

Procedure

Shut down the guest, then:

virsh edit <guest-name>

Then:

  • modify <memory> to the amount of memory required.
  • delete <currentMemory>

Restart the guest.