The issue is caused by large workflow token run content size. Once the workflow run completes it is stored in the Database, Any client browsing the workflow token will cause this token to be loaded from Database, in vRO Server memory and sent to the client browser.
For example if there are 10 executions of a workflow with a token size of 32MB this will mean transferring 300MB+ of data for the Aria Orchestrator client when browsing through workflow execution history.