In VMware Cloud Foundation environments, the SDDC Manager VM may exhibit a gradual or sudden ramp-up in CPU utilization, reaching sustained levels of 100%.
SDDC Manager 5.x
The high CPU utilization is primarily driven by the interaction between FIPs and SDDC Manager API calls. This causes the following symptoms:
This issue is fixed in SDDC Manager 9.1
Workaround options:
Option 1:
Increase Operations Manager JVM Heap
Log in to the SDDC Manager VM as vcf and switch to root.
Open the configuration file for editing:
vi /etc/vmware/vcf/operationsmanager/vcf-operations-manager.conf
Locate the -Xmx2G parameter and change it to -Xmx4G. Ensure there is enough free memory to make this change
Save and close the file.
systemctl restart operationsmanagerSilence LCM Compatibility Logger
Edit the LCM application properties file:
vi /etc/vmware/vcf/lcm/lcm-app/conf/application-prod.properties
Add the following line to the end of the file:
logging.level.com.vmware.vcf.compatibility=OFF
Save and close the file.
systemctl restart lcmOption 2:
Option 3:
Schedule reboots or restarts of the SDDC Manager services to clear issue:
/opt/vmware/vcf/operationsmanager/scripts/cli/sddcmanager_restart_services.sh
For additional information Contact Support