kvm:change_memory_of_a_guest
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
kvm:change_memory_of_a_guest [2020/08/19 11:19] – 192.168.1.1 | kvm:change_memory_of_a_guest [2020/08/19 11:30] (current) – 192.168.1.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== KVM - Change Memory of a Guest ====== | ====== KVM - Change Memory of a Guest ====== | ||
+ | |||
+ | <WRAP important> | ||
+ | **WARNING: | ||
+ | |||
+ | The optional memtune element provides details regarding the memory tunable parameters for the domain. | ||
+ | |||
+ | See [[http:// | ||
+ | </ | ||
+ | |||
+ | ---- | ||
Bring up the config for the guest: | Bring up the config for the guest: | ||
Line 20: | Line 30: | ||
virsh start VM_ID | virsh start VM_ID | ||
</ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Use a Script to Resize the Memory ===== | ||
+ | |||
+ | <code bash> | ||
+ | #!/bin/bash | ||
+ | |||
+ | VM_ID=" | ||
+ | NEW_AMOUNT=" | ||
+ | |||
+ | EDITOR=' | ||
+ | EDITOR=' | ||
+ | |||
+ | virsh shutdown $VM_ID | ||
+ | virsh start $VM_ID | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== References ===== | ||
+ | |||
+ | https:// |
kvm/change_memory_of_a_guest.1597835995.txt.gz · Last modified: 2020/08/19 11:19 by 192.168.1.1