An HCX Manager appliance may experience high disk space utilization within the /common partition.
There are large.hprof files residing in /common/dumps/
These files are generated when Java processes (such as app-engine) encounter critical memory exhaustion.
VMware HCX 4.10.x
The Java Virtual Machine (JVM) automatically generates a heap dump (.hprof) for diagnostic purposes during a service crash or OutOfMemoryError. These artifacts are not automatically purged and can consume significant storage over time.
Steps to remove hprof files:
Log in to the HCX Manager CLI as the admin user and switch to root.
Verify the current disk usage to confirm the pressure on /common: df -h /common
Navigate to the dumps directory: cd /common/dumps/
Identify the files and their creation dates: ls -lh
Critical: If an active Service Request (SR) is open for service crashes, provide these files to Broadcom Support before deletion.
Take a snapshot of the HCX Manager appliance via vCenter Server.
Delete the heap dump files to reclaim space: rm /common/dumps/*.hprof
Confirm the space has been reclaimed: df -h /common