We have SQL server reporting service running on windows server 2008 environment. The service gets crashed from a week, though the service shows started state the ssrs url wont be avaialble
We tried the below fix.
1. Click Start, click Run, type regedit, and then click OK.
2. Locate and then click the following registry subkey:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control
3. Right-click Control, point to New, and then click DWORD Value.
4. In the New Value #1 box, type ServicesPipeTimeout, and then press ENTER.
5. Right-click ServicesPipeTimeout, and then click Modify.
6. Click Decimal, type the number of milliseconds that you want to wait until the service times out, and then click OK.
after that service gets restarted in every couple of minutes. We haven't added any new patches (before the issue) the SQL crash dump shows the garbage collection gets timeout.