when the attached process was Executed, the system out of memory Exception error will occur while the used memory exceeds 1 GB,and than Processing end.
Is this 1GB Restriction just like a kind of UI Path specification?
Can i change this 1GB Restriction to 2GB?
the enviroment i am using is as bellow.|
OS :Windows 10 64bit
Memory:8 GB
There are several posts here suggesting to increase the value of maxReceivedMessageSize parameter in %localappdata%\UiPath\app-17.1.6522\UiRobot.exe.config.
What’s the purpose of that workflow outside of frying CPU’s? I don’t see the point.
Even if it wouldn’t throw a SystemOutOfMemory (which it will 100% of the time, UiStudio is 32-bit), the Int32 counter will overflow, as Int32.MaxValue is not a factor of 10.
I wanted to know the available memory size of UI Path Robot so, I made this workflow.
Because Robot works with 32 bit, I think that 2 GB of memory is available.
However, in fact, Exception occurred at a place exceeding 1 GB.
I thought that the constraint of UI Path is related to this result and asked a question.
By changing the log level from verbose to error it was possible to achieve the expected behavior.
It seems that this workflow was using a lot of memory when outputting to the log.