cancel
Showing results for 
Search instead for 
Did you mean: 

resource pc get auto close

Hi All,

I am facing resource pc get auto close & there are no such pattern to trace it,I don't know when and why its get auto close.

we have to manually launch resource pc once it get auto close.

I am still doing RND and will be happy if get any help 🙂

I am not sure i am on right way or not but i notice that,When i launch resource PC manually its consuming <=40 MB RAM but after execute any or some process, resource PC consume around 200 to 700 MB Ram.

Installed Ram - 7GB
Win - 10
BP Version - 6.4

------------------------------
Nilesh Jadhav
Senior RPA Specialist
------------------------------
Nilesh Jadhav.
Consultant
ADP,India
1 BEST ANSWER

Best Answers

Hi Henry

Thanks for your reply and suggestion.

I already implemented below mention things and its reduce some memory consumption.
  1. Closing all apps before finish bot work.
  2. Set logs error only.
  3. Clear clipboard
  4. Object and action design.
  5. Detach all object
  6. Close all open database connections and instance.
  7. Clear global data item.
  8. Remove all row from global collection.

I am still doing RND and will be happy if get any help 🙂

Thanks
Nilesh


------------------------------
Nilesh Jadhav
Senior RPA Specialist
------------------------------
Nilesh Jadhav.
Consultant
ADP,India

View answer in original post

2 REPLIES 2

henrynli
Staff
Staff
Hi Nilesh,

I would suggest isolating problem by checking your process flow to see if everything has been properly closed/released before you finished a routine. For example, after you opened an Excel instance, you will need closing related calls...or when you Launched a web site, you might need to close it before you quit.
As well, you might need to see if you can process data in small chunks , e.g, copying a large selection of Excel cells vs copying small selection multiple times might have big difference in terms of memory usage.

These relates to memory cleaning up tasks.

BP is a 32 bit application so it is limited by 2GB max memory usage.

Hope this gives you some hints.

------------------------------
Henry Li
------------------------------

Hi Henry

Thanks for your reply and suggestion.

I already implemented below mention things and its reduce some memory consumption.
  1. Closing all apps before finish bot work.
  2. Set logs error only.
  3. Clear clipboard
  4. Object and action design.
  5. Detach all object
  6. Close all open database connections and instance.
  7. Clear global data item.
  8. Remove all row from global collection.

I am still doing RND and will be happy if get any help 🙂

Thanks
Nilesh


------------------------------
Nilesh Jadhav
Senior RPA Specialist
------------------------------
Nilesh Jadhav.
Consultant
ADP,India