I have developed my first process using Chrome.
On the latest run
9:52am Blueprism memory is at 300MB
10:22am Blueprism memory is at 1.2GB and eventually crashes because it no longer can properly interact with the application.
Any ideas what could be causing such a leak?
I've tried
1) removing my write to file logging, as in my experience file operations tend to be an opportunity for leaked memory
2) only logging on errors
3) Garbage Collection. doesn't work - even after the process above died, blueprism still hung onto all 1.2GB of memory
I don't pass around large collections and I definitely don't have big input files.
Does it have something to do with using google chrome?
I am going to upgrade from Blueprism 6.3.1 -> 6.4 with my fingers crossed.