Here is another situation that you may come across and what to do in order to gather information about it.
The following steps will configure DebugDiag to automatically capture a memory dump of the ASPNET_WP.exe process recycling when it exceeds the memoryLimit. This only applies to the ASPNET_WP.exe process, so if using w3wp.exe, this doesn't apply. The following event is logged when this occurs:
aspnet_wp.exe xxx was recycled because memory
consumption exceeded 60% of available RAM
Before the issue occurs
A. Download DebugDiag:
====================
Install the Debug Diagnostic tool
The default installation location for the package is C:\Program Files\DebugDiag. It c ...
Go to the complete details ...