<div dir="ltr"><div><div>>>> vm=co.lookupByName('test1')<br>>>> <a href="http://vm.info">vm.info</a>()<br>[1, 524288L, 524288L, 1, 20400000000L]<br>>>> vm.setMemoryFlags(509952,1)  # Live memory<br>
0<br>>>> <a href="http://vm.info">vm.info</a>()<br>[1, 524288L, 524288L, 1, 21430000000L]<br><br>>>> vm.setMemoryFlags(509952,0) --- ## current memory<br>0<br>>>> <a href="http://vm.info">vm.info</a>()<br>
[1, 524288L, 524288L, 1, 21430000000L]<br>>>> vm.XMLDesc()<br><br></div>Not updating .. but api call not throwing any error..<br></div>What is the correct procedure for updating<br></div>