Performance issues in components such as the Inventory Service and vSphere web-client.
Seeing alarm alarm.VsphereUiHealthAlarm on Folder Datacenters
vsphere_client_virgo.log
show similar info:
[INFO ] health-status-85 c.v.v.v.cm.HealthStatusRequestHandler$HealthStatusCollectorTask Determined health status 'YELLOW: [(vmodl.LocalizableMessage) {
dynamicType = null,
dynamicProperty = null,
key = webclient.memory.lowheap,
arg = null,
message = The server is running low on heap memory (>90% utilized.)
}]' in 0 ms
Heap memory of vCenter components gets exhausted.
Note: Service names may vary between vCenter Server versions 7.x and 8.x. As such, see Stopping, Starting or Restarting VMware vCenter Server Appliance 6.x & above services (2109887) below for service names and how to stop and start services in vCenter Server Appliance and Windows Center Server.
Important: Updates of vCenter server may revert these changes, so document accordingly and as needed to repeat this process.
root
shell
and pressing Entercloudvm-ram-size -l
cloudvm-ram-size -C #### vsphere-ui
Note: #### should be replaced with the desired amount of memory in MB.
For example, this command would increase the memory of the vsphere-ui service from 853 MB to 2048 MB.
cloudvm-ram-size -C 2048 vsphere-ui
service-control --stop vsphere-ui;service-control --start vsphere-ui;
cloudvm-ram-size -l