mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 15:45:51 +03:00
[GH-ISSUE #209] Improvement : hot add memory #161
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @yann-re on GitHub (Jan 28, 2014).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/209
Hi,
Is it possible to add hot memory support ?
Explanation :
In KVM you could define a current memory and a max memory. Trough virt-manager or virsh you can change the current memory between the current value and the max value. For example: virsh setmem myvm 5242880 (size is in kilobytes) will set myvm to 5G memory while the VM is running.
It would be nice to have the possibility to change this value trough webvirtmgr, maybe in the instance panel.
NB : you could do the same with CPU since RHEL 6.5
@MACscr commented on GitHub (Jun 14, 2014):
I agree. This would be a useful feature.