Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • static min = service_offering / memory_overprovisioning_of_cluster.  
  • dynamic min = service_offering / memory_overprovisioning_of_cluster.  
  • dynamic max = service_offering  
  • static max = f_min( (4 * service_offering) / memory_overprovisioning_of_cluster cluster  ,  Xenserver recommended max for guestOS)

ScaleVmCmd - 

During scaling up of vm, the new requested RAM is set to mem-dynamic-min and mem-dynamic-max. Static min and max do not change unless the vm is stopped and started.

...