Workflows or scripted actions leveraging the below finder functions in larger environments loads all vRealize Automation objects of the desired type with all their associated data.
Server.findAllForType()
vCACCAFEntitiesFinder.getXXX
vCACCAFEntitiesFinder.findXXX
If 10 workflows are running at the same time, these objects will be loaded 10 times consuming a significant amount of memory.
Resolution
Avoid these functions. Utilize OData queries with filters to retrieve the desired objects.