Mailing List Archive

dynamically assign memory
Hello,

I am trying to dynamically assign memory to a running Xen guest (Debian Etch
from the template) using the Python bindings. The VM.set_memory_dynamic_max()
doesn't seem to bring anything (i checked using free on the guest OS), while
VM.set_memory_dynamic_max_live() throws the error XenAPI.Failure:
VM_BAD_POWER_STATE. How can I do this?

Thanks,
Dan