search for: 9b27beba48aa

Displaying 2 results from an estimated 2 matches for "9b27beba48aa".

2016 Mar 18
3
Incorrect memory usage returned from virsh
When I run `virsh dominfo <domain>` I get the following: Id: 455 Name: instance-000047e0 UUID: 50722aa0-d5c6-4a68-b4ef-9b27beba48aa OS Type: hvm State: running CPU(s): 4 CPU time: 123160.4s Max memory: 33554432 KiB Used memory: 33554432 KiB Persistent: yes Autostart: disable Managed save: no Security model: apparmor Security DOI: 0 Security label: libvirt-50722aa0-d5c6-4a68-b4ef...
2016 Mar 18
0
Re: Incorrect memory usage returned from virsh
On 03/18/2016 01:36 PM, Connor Osborn wrote: > When I run `virsh dominfo <domain>` I get the following: > > Id: 455 > Name: instance-000047e0 > UUID: 50722aa0-d5c6-4a68-b4ef-9b27beba48aa > OS Type: hvm > State: running > CPU(s): 4 > CPU time: 123160.4s > Max memory: 33554432 KiB > Used memory: 33554432 KiB That says that the host allows up to 32G memory to be consumed by the guest, and that no ballooning has taken place so the...