How to check the clipboard size of the requester
We have an SLA agent processing multiple flows(we have to process large size of soap responses), while processing the agent requestor is using all the heap space and giving PEGA0028 Alert in logs, as this is SLA agent, I am not able to check the clipboard size from Requestor management in SMA, i have tried profiling agent requestor but it does not give clipboard size. So I want to know memory usage of this agent processing at multiple points in flows
please suggest below points
I) is there any java method or pega functions to get clipboard size so that i log this
ii) is there any Performance Profiler tools to get Clipboard size of the agent requestor processing
iii) and how to stop processing when the requestor is consuming all JVM heap memory
iv) what is a maximum size of a clipboard can a requestor have.