[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] Re: how to change the memory size of a VM
tools/python/xen/xend/XendDomainInfo.py: setMemoryTarget: self._safe_set_memory('memory_dynamic_min', target * MiB) xen.xend.XendDomain.instance().managed_config_save(self) tools/python/xen/xend/XendDomainInfo.py: _safe_set_memory self.info[‘memory_dynamic_min’] = target self.info[‘memory_dynamic_max’] = target It seems that to change the memory size of a VM, you just need to save the new size in somewhere, xenstore? How would the new size take effect? the memory mapping of the VM must be modified somewhere. Look forward to replies, sorry if the question is stupid, a newbie here ^_^ Thanks in advance _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |