Site Tools


linux:general:troubleshooting

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
linux:general:troubleshooting [2019/10/07 16:59] lunetikklinux:general:troubleshooting [2019/10/07 18:06] lunetikk
Line 183: Line 183:
 === Fix ===  === Fix === 
  
 +__Solution 1:__
  
 +Restart your system and/ or decrease your CPU load.
 +
 +__Solution 2:__
 +
 +Increase the time (default 10) before soft lockups are fired.
 +
 +<code bash >echo 20 > /proc/sys/kernel/watchdog_thresh</code> 
 +or
 +<code bash>
 +echo "kernel.watchdog_thresh=20" > /etc/sysctl.d/99-watchdog_thresh.conf
 +
 +sysctl -p  /etc/sysctl.d/99-watchdog_thresh.conf
 +</code>
 \\ \\
 \\ \\
  
linux/general/troubleshooting.txt · Last modified: 2020/12/03 15:12 by lunetikk