Hello,
We are having problems with running bot processes in the production environment. It’s running very very very slow compare to the development server.
We have a problem with memory leak issues in IE so we decided to add the garbage collector invoke a method in some of the workflows, tested it in development server, everything works fine then moved to production. Now, the performance is working very very slow. It was working fine before GC invoke method.
Initially, we thought it’s because of GC invoke, so we removed it and reverted the code to before GC (It was running perfectly). but it’s not the case. we did reinstall/update all the packages but doesn’t work.
It’s still working perfectly fine in the development environment, only happens in production. Everything is the same as the production and development environments.
- Same IE version
- Same IE settings
- Same Studio verison
- Same Package Version
- Same Computer Specifications
We can’t figure out what’s causing the problem. Any ideas or suggestions
Thank You