Displaying 4 results from an estimated 4 matches for "28t05".
Did you mean:
28705
2014 Sep 28
2
Re: what is the xml fomat about memory-backend-file
...'1073741824' memAccess='shared'/>
</numa>
</cpu>
<memoryBacking>
<hugepages>
<page size="2" unit="M" nodeset="0,1"/>
</hugepages>
</memoryBacking>
but there is also some error:
[2014-09-28T05:28:32.373335Z] migration_configure:652 Parameter 'cache size' expects exceeds guest ram size
[2014-09-28T05:28:32.373422Z] main:3517 start memory options parse
2014-09-28T05:28:32.373802Z qemu-kvm: -object memory-backend-file,prealloc=yes,mem-path=/dev/hugepages/libvirt/qemu,size=1048576M,i...
2011 Apr 18
1
how to update data
hi, I have json string in json request.
i want to update the database using that string.
how can i do that?
There would be a multipal object in this string.
sample string is:
[{"product":{"amt":300,"created_at":"2011-03-28T05:46:52Z","id":1,"prodnm":"maruti","qty":1,"rate":12,"updated_at":"2011-03-28T05:46:52Z"}},{"product":{"amt":2000,"created_at":"2011-04-18T09:02:45Z","id":2,"prodnm":...
2014 Sep 24
2
what is the xml fomat about memory-backend-file
Hi,
I want to use virsh to create a VM with the qemu parameter '-object memory-backend-file,id=mem,size=2048M,mem-path=/mnt/huge,share=on -numa node,memdev=mem'.
How to write the XML file?
2014 Sep 28
0
Re: what is the xml fomat about memory-backend-file
...; </numa>
> </cpu>
> <memoryBacking>
> <hugepages>
> <page size="2" unit="M" nodeset="0,1"/>
> </hugepages>
> </memoryBacking>
>
> but there is also some error:
> [2014-09-28T05:28:32.373335Z] migration_configure:652 Parameter 'cache size' expects exceeds guest ram size
> [2014-09-28T05:28:32.373422Z] main:3517 start memory options parse
> 2014-09-28T05:28:32.373802Z qemu-kvm: -object memory-backend-file,prealloc=yes,mem-path=/dev/hugepages/libvirt/qemu,size=...