.NET Framework runtime settings
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
16-04-19 07:23 PM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
16-04-19 08:32 PM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
16-04-19 09:41 PM
I have not attempted this, but if I had to take a guess, you're looking for ""Automate.exe.config"" in the install directory.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
18-04-19 04:07 PM
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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
24-04-19 01:59 PM
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 :).
