Performance degradation identified within vCenter server operations.
The "alarm.VsphereUiHealthAlarm" has been triggered at the Datacenters folder level.
/var/log/vmware/vsphere-ui/logs/vsphere_client_virgo.log file on the vCenter server.[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
VMware vCenter Server 8.0
VMware vCenter Server 7.0
This issue is triggered when the vSphere-UI service heap memory consumption exceeds the configured warning threshold
Note: Service names may vary between vCenter server versions 7.x and 8.x. For a complete list of service names and step-by-step instructions on managing services for both "Windows vCenter Server and vCenter Server Appliance", refer to: Stopping, Starting, or Restarting VMware vCenter Server Appliance services
Important: vCenter Server updates may revert these configurations to their default state. It is recommended to document these changes so they can be reapplied following any future updates.
cloudvm-ram-size -lvsphere-ui service: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-uivsphere-ui"service-control --stop --all && service-control --start --allcloudvm-ram-size -l