07-09-20 07:46 PM
07-09-20 11:33 PM
08-09-20 05:36 AM
Hi Mayank,
Looks like a memory issue. Try implimenting garbage collection action in between consicutive UI automation calls to object that will allow system to reclaim memory. Also avoid parameter logging in stages that handles collections. And change logging level of object and process to errors only.
Even though you have 64 bit installation of BP the underlying process is still 32 bit hense it cannot claim more than 4 GB Chrome also consume memory which could lead to unavailablity of shared memory. Resulting in abnormal termination of resource pc
09-10-20 02:59 AM
10-10-20 07:04 PM