We are facing a .NET exception related to the memory allocation in the Pega Robotics solution execution in runtime environment. We used Universal Adapter in our solution and using UWA we execute our automation for a set of websites. Each call start the UWA and stops once the automation completes. It seems in this repeated process, the universal web sharing service are not properly removed after automation stops or exits.
Appreciate if any thoughts or experiences on this scenaios.
@SriK3119 I suggest that you open a support request to work with our support team to gather the required information to troubleshoot your issue. I would also suggest that you avoid repeatedly starting and stopping an application. You should be able to navigate back to your starting position in your automation such that the next item of work has a known place to begin. This has the advantage of being faster than launching the application from scratch every time.