VMware Cloud Director 10.6.1.1
When Cloud Director 10.6.x faces high API pressure, the default database settings can leave unused connections open unnecessarily.
Perform the following steps on all VMware Cloud Director cells in the server group:
root.cp /opt/vmware/vcloud-director/etc/global.properties /opt/vmware/vcloud-director/etc/global.properties.bak/opt/vmware/vcloud-director/etc/global.properties using a text editor (e.g., vi or nano).database.pool.minEvictableIdleTimeMillis=6000
database.pool.timeBetweenEvictionRunsMillis=30000 minEvictableIdleTimeMillis sets the minimum time an object may sit idle in the pool before it is eligible for eviction, timeBetweenEvictionRunsMillis sets the interval between eviction thread runs.systemctl restart vmware-vcdtop or vcloud-container-debug.log to verify that memory utilization stabilizes and idle database connections are properly cleaned up.