Performance issues in components such as the Inventory Service and vSphere web-client.
Heap memory of vCenter components gets exhausted.
This article provides steps to increase the heap memory of individual vCenter Server components to resolve performance issues in components such as the vSphere Web Client/vSphere Client.
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.
cloudvm-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 768 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