pandora-state: reduce watchdog interval
[openpandora.oe.git] / recipes / pandora-system / pandora-state / rc.pandora-state
index 82fdee7..1995031 100644 (file)
@@ -135,6 +135,10 @@ d_start() {
 
        # remove the mmap limit, useful for emulators
        echo 0 > /proc/sys/vm/mmap_min_addr
+
+       # reduce watchdog threshold to reduce CPU wakeups - it's a debugging feature
+       # interval = watchdog_thresh * 2 / 5
+       echo 60 > /proc/sys/kernel/watchdog_thresh
 }
 
 case "$1" in