search for: 6480000000l

Displaying 1 result from an estimated 1 matches for "6480000000l".

Did you mean: 0x80000000l
2014 May 30
0
Hot memory and cpu update
...", line 1781, in setMemoryFlags     if ret == -1: raise libvirtError ('virDomainSetMemoryFlags() failed', dom=self) libvirt.libvirtError: invalid argument: cannot set memory higher than max memory >>> vv.setMemoryFlags(545790) 0 >>> vv.info() [1, 545792L, 545792L, 1, 6480000000L] >>> vv.setMemoryFlags(545788) 0 >>> vv.info() [1, 545792L, 545792L, 1, 6480000000L]   If increase memory giving the above. if decreased memory it is running the command successfully but not changing the value 2.Vcpu update >>> vv.setVcpusFlags(2) libvir: QEMU Driver...