Comment 5 for bug 1942952

Revision history for this message
Alex Hung (alexhung) wrote :

The slow CPU (N5000 CPU @ 1.10GHz) may play a role in the watchdog soft lockup. You can increase the watchdog time and check whether the messages will go away and pop up less frequently:

  $ echo 20 | sudo tee /proc/sys/kernel/watchdog_thresh

The above command will change the default (10) to 20