To resolve the issue, set the application pool private and virtual memory limits to unlimited.
To set the application pool private and virtual memory limits to unlimited:
- Log in to IIS Web Server.
- Open the IIS Manager and navigate to Main server (below Start Page) > Application Pools
Note: The Main Server name vary depending on your environment
- Select the RepositoryAppPool and click on Advanced Settings.
- On the Advanced Settings page:
- Change Load User Profile setting from False to True.
- Change the Private Memory Limit to 0 (which means unlimited)
- Change the Virtual Memory Limit to 0 (which means unlimited)
- Select the other pools, vCACAppPool and WapiAppPool and repeat the actions of Step4.
- Restart the application pools.
Note: The first access will be slower, but the subsequent access will be fine.