# Set Graphics Card Timeout

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).

1. Using the **Windows Start menu search bar**, enter **regedit** to launch the **Registry Editor**.
2. Navigate to the category **Computer\HKEY\_LOCAL\_MACHINE\SYSTEM\CurrentControlSet\Control\GraphicsDrivers**.
3. *If the values **TdrDelay** and **TdrLevel** exist:*
   1. Select **TdrDelay** from the list, then right-click and select **Modify**.
   2. This value is measured in seconds. Select **Decimal**, set a **Value data** of **60**, then click **OK**.
4. *If the values **TdrDelay** and **TdrLevel** do not exist:*
   1. Right click in the Registry and select **New > DWORD (32-bit) Value**
   2. Name it **TdrDelay** (Case Sensitive)
   3. Double click on it and select **Decimal**, set a **Value data** of **60**, then click **OK**.
   4. Right click in the Registry and select **New > DWORD (32-bit) Value**
   5. Name it **TdrLevel** (Case Sensitive)
   6. Double click on it and select **Decimal**, set a **Value data** of **3**, then click **OK**.
   7. Restart your PC.

<figure><img src="https://831795444-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDaZWGO8xkqnm1mVNUQP7%2Fuploads%2FM9TYZu1YQPxxn4oFilXk%2FGPUTimeout1.png?alt=media&#x26;token=d9039bd4-f2e7-4ab0-bd46-cf521494c1fb" alt=""><figcaption></figcaption></figure>

<figure><img src="https://831795444-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDaZWGO8xkqnm1mVNUQP7%2Fuploads%2FMq0k8ZuZMo1ma3JxTdRh%2FGPUTimeout2.png?alt=media&#x26;token=af386fc4-4df8-4ceb-8814-c0327237911f" alt=""><figcaption></figcaption></figure>
