OR Manager - Throws Insufficient Memory to continue execution of the program

Hi,

We tried running OR Manager - Main.xaml when we try to run it by clicking debug, It Throws Insufficient Memory to continue execution of the program. Other xaml are running fine only OR Manager - Main.xaml is not running.

Regards,
AK

@AK_1

Welcome to the community

Try clearing the temporary files and cached files and then reopen and try to run…

Is the xaml very huge?

cheers

Hi @AK_1

The error message “Insufficient memory to continue execution of the program” typically indicates that your system is running low on memory and the process being executed requires more memory than is available.

This can be caused by several factors, including the size of your input data, the complexity of your workflow, and the available resources on your machine.

Here are some steps you can take to try to resolve this issue:

  1. Close any unnecessary applications and processes running on your machine to free up memory.

  2. Check the size of your input data and try to optimize it. For example, if you are processing a large file, try splitting it into smaller files or processing it in batches.

  3. Check the complexity of your workflow and try to simplify it. For example, if you have a complex workflow with many activities, try to break it down into smaller, more manageable workflows.

  4. Increase the amount of memory available to UiPath by adjusting the MaxMemoryPerRobot setting in the UiPath.settings file. You can find this file in the installation directory of UiPath Studio. The default value is 2048 MB, but you can increase it to a higher value if your machine has more memory available.

  5. If none of the above steps work, consider upgrading your machine’s hardware, such as adding more RAM, to provide more memory for UiPath to use.

1 Like

I cannot find this parameter: MaxMemoryPerRobot in any of the *.config or *.json files within: C:\Program Files\UiPath\Studio - where should it be? Should I search them in registry as well?