Failed virtual machine

Hello, I have a virtual machine where an automation works unattended 24 hours a day. I log in on Monday, hit play, and a batch file ends the session, allowing it to work throughout the week. However, I noticed that after a few days, the machine starts to freeze all the items being processed by UiPath. When I connect to the machine, everything goes back to normal. When I let the batch file end the session, it runs normally again, but after a few days, the same problem occurs. Does anyone have any ideas?

Hi @Lucas_Marte ,
I too have faced similar things during execution of workflows on my VM
these are something

  1. Schedule Reboots:Use Task Scheduler to reboot the VM during low-usage periods.
  2. Monitor CPU, memory, and disk usage on the VM to ensure it is not reaching its limits. High resource usage can cause the VM to freeze.
  3. If possible, increase the resources (CPU, RAM) allocated to the VM to handle the automation workload more efficiently.

@Lucas_Marte

  1. One possible reason is because of the cpu /memory usage check the usage
  2. It can be because of so many cache or temp files …we might need to do a clean up in between
  3. It can be because of the screen getting locked…check if the sleep or screen off is set to forever or not

Cheers

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.