In Windows environment, the following window may pop up when you open the new version of SP to prompt that your TDR (timeout detection recovery) is too low. Click continue anyway to enter the software, but it may bring problems such as software crash and too high delay. This paper gives a solution to this problem combined with official documentation.
Why does GPU driver crash?
In order to prevent any rendering or GPU computing from causing system lock, windows system will shut down any GPU driver that rendering for a short period of time.
There is a key in the registry of windows that controls how long the system should wait before shutting down the driver. However, the software does not have permission to change this setting, and this value can only be changed manually.
You can get more details about TDR at the following links: https://docs.microsoft.com/en-us/windows-hardware/drivers/display/tdr-registry-keys
terms of settlement:
You can modify the TDR value in two ways:
Increase the TDR delay value (this is the safest way) – & gt; modify “tdrdelay” and “tdrddidelay” to a higher value (such as 60s) to completely prohibit TDR – & gt; modify “tdrlevel” to 0 (not recommended by SP)
How to modify the TDR value in the registry:
(please note that the following operations will modify/create keys. If you don’t know how to edit the registry, it may lead to serious results that you can only reload the system.)
1. Windows + R opens the run window
2. Enter regedit and press enter
3. In the registry on the left, find: Computer/HKEY_ LOCAL_ MACHINE\SYSTEM\CurrentControlSet\Control\GraphicsDrivers
4. Check the key on the right. If there is no tdrdelay, right-click in the space on the right and select new & gt; DWORD (32bit) value
5 double click “tdrdelay” on the right side, change it to a higher value (default 2S), officially recommend 60s, and change its base to decimal
6. Create/Edit “tdrddidelay” value in the same way (default 5S)
(note decimal60 = hexadecimal 3C)
7. Now the TDR value in your registry should be as shown in the figure below
8. Close the registry and restart the computer.
Read More:
- Through sp_ Flash_ Solution to tool wire brush failure
- Error in plot.new() : figure margins too large
- The solution of Maya exporting obj to sp without identifying group information
- Solution to the problem of no C / C + + option in the new project of eclipse
- [solution] the system is running in low graphics mode
- Gcc compiler warning solution: “extra tokens at end of ifndef directive” Tags: GCC, warning
- Solution to unbalanced load of multiple cards (GPU’s 0 card is too high) in Python model training (simple and effective)
- Solution to the problem that SQL database query result field contains new line character, which leads to copy to excel dislocation
- The element “extra pin The solution of “in normal of part” warning
- Dpkg: error processing package XXX (- – configure) solution (red warning in the upper right corner of Ubuntu)
- After Android studio creates a new bottomnavigationactivity, there is a blank solution in the upper area of fragment
- Update project manually_ Solution of too large jar package in springboot
- Android DP, SP to PX
- Python conversion hex to string, high and low data processing
- How to Fix “Oracle sp2-0640 unable to connect” Error
- The too many open files solution appears in stream classes such as files.list
- How to batch create folders in Excel form and copy the specified files to a new folder
- Click the button to use in the react project window.open Methods open a new page and click the data again
- Idea running error running ‘application’: solution to command line is too long
- An idea to solve Warning move_uploaded_file, failed to open stream in the process of php uploading files