User-166373564 posted
Hi daverooke
According to your description, I can hardly give precise solution for this issue, I think you could capture server memory dump during server hang and use memory dump tool to understand what’s happening at that moment.
In order to get memory dump during server hang happening, we can try use following tools.
Windows Debugging Tool
Windows debugging tool can be obtained from Microsoft’s Download and Install Debugging for Windows page (http://msdn.microsoft.com/en-us/windows/hardware/gg463009 ).
Debug Diagnostic Tool v1.2
The Debug Diagnostic Tool (DebugDiag) is designed to assist in troubleshooting issues such as hangs, slow performance, memory leaks or memory fragmentation, and crashes in any user-mode process.
Regards