I'm intermittently encountering this error suddenly.
There are approximately 35 active concurrent users using our application. I've checked the report source and it wouldn't be producing many pages, because the datasource is already filtered. The memory of the server is at 60% utilization. Then, when this error happens, it affects other users that calls another report, which I want to know also why. Are there any properties that I should set to prevent other users become affected and prevent the System.OutofMemoryException was thrown appears?
I've found these properties, but cannot thoroughly understand if these will solve my problem:
- CacheMode = Stimulsoft.Report.Web.StiServerCacheMode.None
For other information:
- The object used to render report is the same for all users. That's why possibly if the one user encountered it, it will be encountered by other users.
- Stimulsoft Asp.Net MVC Version is 2019.2.1.0 - HTML5 Viewer
- Don't have any value set on CacheMode Property
- To stop the error, I've restarted the IIS on our web server and it is now working, but how I can prevent this from happening again
Thanks.