UIPATH.Executor.exe memory usage huge

Hi guys
I have a process, that will run continuously at least 7 hours one time.
I found a error, it will be occupy more and more memory usage as time passing by.
When it happen, I can’t open windows task manager, so I don’t know the accurate memory usage value. If I close the UIPATH.Executor.exe, everything will be OK.
I have increase from 8GB to 16GB, and use system.GC(), but it’s not functional.
UIPATH studio version: 20.10.2.
BR

1 Like

Hey @donghai

What will you be doing inside this process please ?

Thanks
#nK

Hi @Nithinkrishna
A sample in attachment.
you can say, the Try Catch activity in a State activity, And will loop validation some value.
BR,

1 Like

Hey @donghai

Cool. I’m just thinking is there any data storage or logs which is getting piled up when you run it for 7hrs or more.

Thanks
#nK

Hi @Nithinkrishna

As you can see, there is no data storage or logs, the robot or UIPATH.Execute.exe will not throw exception, but just I can’t open any other application after few hours, like can’t open windows task manager, chrome and so on, so it’s very strange, I am looking in the forum, but still now, Nothing I can do.
BR

Hey @donghai

Yep, it will be most probably because of over usage due to the code logic and it’s entities.

So was just thinking in that way.

Thanks
#nK