Skip to content
Discussion options

You must be logged in to vote

I'm monitoring actual memory usage per hypervisor separately. These are for developer VMs so we know they spike and release. It is understood that any sort of overcommit could lead to significant issues if not properly monitored.

It appears setting the mem.overprovisioning.factor only applies to VMs created newly. It doesn't appear there is any way to change this setting. Even stopping and starting VMs doesn't change it, we can see the overprovisioning factor set in the VM settings stay at whatever the original value was.

I had to make a direct DB edit:

update vm_instance_details set value=4 where name='memoryOvercommitRatio';

So I guess this is expected behavior, but doesn't appear to b…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@bhouse-nexthop
Comment options

Answer selected by bhouse-nexthop
@DaanHoogland
Comment options

@rajujith
Comment options

@bradh352
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants