Set Graphics Card Timeout
Last updated
Last updated
If you are going to be rendering on your PC, it’s recommended these steps are followed. This also generally helps with crashes when trying to work on heavier scenes.
If the GPU crashes a lot, make sure the timeout values in the Windows Registry are set correctly.
What this does is it tells Windows to not assume the GPU has timed out until 60 seconds have passed (default is 3 seconds, which is why renders crash a lot).
Using the Windows Start menu search bar, enter regedit to launch the Registry Editor.
Navigate to the category Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\GraphicsDrivers.
If the values TdrDelay and TdrLevel exist:
Select TdrDelay from the list, then right-click and select Modify.
This value is measured in seconds. Select Decimal, set a Value data of 60, then click OK.
If the values TdrDelay and TdrLevel do not exist:
Right click in the Registry and select New > DWORD (32-bit) Value
Name it TdrDelay (Case Sensitive)
Double click on it and select Decimal, set a Value data of 60, then click OK.
Right click in the Registry and select New > DWORD (32-bit) Value
Name it TdrLevel (Case Sensitive)
Double click on it and select Decimal, set a Value data of 3, then click OK.
Restart your PC.