UiPath Out of Memory

Does UiPath Studio have a 64bit version? (I couldn’t find this answer searching the website)

It had a 64bit version but that got us into some bigger problems. Since most applications automated by UiPath are 32bit the interprocess communication would slow the execution a lot. Therefore we decided to stay on 32.

I understand that sometimes debug can be annoying and we’ll try to improve.
This issue needs to be investigated. We’ll need some repro steps here.

The workarounds I’m using:

  • split workflows in individual pieces
  • invoke them separately for testing purposes (default arguments)
  • use Log Message - level Trace
2 Likes