-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
Mem.overprovisiing value set to 5 .
mem.overprovisioning.factor -- set to 5
vm.min.memory.equals.memory.divided.by.mem.overprovisioning.factor - set to true
But still unable to create VMs more then actual Memory on hypervisor.
Even if can create more then that it not reflecting on VM and ..vm dumpxml shows assign memory devided by total assigned/over provisioning ratio.
We want over provisioning to work in a way where if we login to guest should show actual assigned value and we should be able to create VMs with value more than actual available memory similar like VMWare.
Please guide through global setting tuning if any to make it work ...
For example ..My hyp have actual mem ory 126GB ...So when i create a VM with 96GB where overprovisioing set to 10 ...VM shows memory in free-g output only 9GB.