vco-app service may become unstable and restart frequently.vco-server-app.log, the following error may precede the heap dump: TypeError: Cannot read property "device" from undefinedkubectl -n prelude get pods -l app=vco-app -wgrep "Dumping heap" services-logs/prelude/vco-app/file-logs/vco-server-app.log -C 2/services-logs/prelude/vco-app/console-logs/vco-server-app.log, you will see OOM error: Startup probe failed: Get "http://10.##.##.##:8280/vco/api/healthstatus?startupProbe=true": context deadline exceeded (Client.Timeout exceeded while awaiting headers)Liveness probe failed: Get "http://10.##.##.##:8280/vco/api/health/liveness": context deadline exceeded (Client.Timeout exceeded while awaiting headers)Readiness probe failed: Get "http://10.##.##.##:8280/vco/api/health/readiness": dial tcp 10.##.##.##:8280: connect: connection refusedkubectl logs -n prelude vco-app-pod-name -c vco-server-app will see OOM error:java.lang.OutOfMemoryError: GC overhead limit exceeded
Dumping heap to /var/log/collected-logs/vco_2026-05-26_08:20_heap_dump.hprof ...An issue was identified with the Orchestrator vSphere plugin handling inventory updates in larger environments. When vCenter attempts to retrieve a large list of objects, it uses a "paging" process to handle the data in chunks. However, a logic error prevents the system from advancing to the next chunk of data. Instead, it repeatedly requests the same information, causing the data response to grow uncontrollably (up to 1GB per session) until the server runs out of memory.
Download the attached updated vSphere plugin for Aria Automation Orchestrator version 8.2.2 (Build 25275217).
Installation:
vracli vro properties set -k "com.vmware.o11n.plugin.vsphere.pc.wait_options.max_object_updates" -v "50"vracli vro propertiesvracli vro properties remove -k "com.vmware.o11n.plugin.vsphere.pc.wait_options.max_object_updates"If this does not resolve the issue then a heap dump analysis is required.
*.hprof from folder /services-logs/prelude/vco-app/file-logs/, by either downloading or deleting them.kubectl -n prelude get pods -l app=vco-app -w*.hprof from folder /services-logs/prelude/vco-app/file-logs/cd) and run vracli log-bundlePermanent Fix: This issue is resolved in VMware Aria Automation 8.18.1 Cumulative Update 5 and higher. It includes vSphere plugin version 8.2.2+25275217.