cancel
Showing results for 
Search instead for 
Did you mean: 

.NET Framework runtime settings

RichardHantke
Level 2
Hello Is there a way to set up runtime settings for .Net Framework for objects in Blue Prism ? Something that you can do in app.config for example in Visual Studio or other IDEs. Specifically I would like to set up this variable: https://docs.microsoft.com/en-us/dotnet/framework/configure-apps/file-schema/runtime/gcallowverylargeobjects-element
4 REPLIES 4

Hi, Richard, not sure what you try to achieve but keep in mind that Blue Prism is 32bit application even though you choose 64 bit installer. Zdenek

AmiBarrett
Level 12
I have not attempted this, but if I had to take a guess, you're looking for ""Automate.exe.config"" in the install directory.

RichardHantke
Level 2
What I am trying to achieve is that we work with DataTables in our RPA and they sometimes can get quite big and we are getting ""Out Of Memory"" issue. Although we have 8GB of RAM available, its not fully utilized by BP. I read somewhere that there is limitation for .Net objects to not exceed 2GB in memory and I am trying to bypass that.

Hi, Richard,   as I wrote above bear in mind that Blue Prism is 32 bit application that is the reason for the limit not .NET itself. If you can provide more details what you try to achieve I believe that guys here will figure out how to do it :).