/var/log/vmware/topologysvc/topology-svcs.logjava.lang.OutOfMemoryError: GC overhead limit exceededProcess "/usr/lib/applmgmt/support/space_utility" shows high memory usage while verifying the stats using "top" command :PID USER PR NI VIRT RES %CPU %MEM TIME+ S COMMAND#### root 20 0 307.7m 293.6m 0.0 1.8 0:04.29 S python3 /usr/lib/applmgmt/support/space_utility --report-file-path /var/log/vmware/ --report-file-nam+ #### root 20 0 348.0m 276.3m 0.0 1.7 0:04.52 S python3 /usr/lib/applmgmt/support/space_utility --report-file-path /var/log/vmware/ --report-file-nam+ #### root 20 0 307.8m 264.6m 0.0 1.7 0:04.19 S python3 /usr/lib/applmgmt/support/space_utility --report-file-path /var/log/vmware/ --report-file-nam+
This is a known issue with vCenter 8.0 U3h / 9.0.1 and Broadcom Engineering is actively working towards fixing this issue in a future patch release.
Terminate the running space_utility processes and disable the automated execution of this utility by following below steps :
shell' command if it is configured on Appliance shell.Connected to service
* List APIs: "help api list" * List Plugins: "help pi list" * Launch BASH: "shell"
Command> shellShell access is granted to rootroot@<hostname> [ ~ ]#
ps aux | grep space_utilitykill -9 <pid or space separated pids>rm -f /etc/cron.d/space_util.cronservice-control --stop --allservice-control --start --allspace_utility" process.