aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/config/linux/bits/timeouts_native.yml
diff options
context:
space:
mode:
Diffstat (limited to 'dashboard/config/linux/bits/timeouts_native.yml')
-rw-r--r--dashboard/config/linux/bits/timeouts_native.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/config/linux/bits/timeouts_native.yml b/dashboard/config/linux/bits/timeouts_native.yml
index 46baa03b4..08c88641b 100644
--- a/dashboard/config/linux/bits/timeouts_native.yml
+++ b/dashboard/config/linux/bits/timeouts_native.yml
@@ -2,7 +2,7 @@
# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
config:
- - CMDLINE: [append, "smp.csd_lock_timeout=100000 watchdog_thresh=55 workqueue.watchdog_thresh=140 sysctl.net.core.netdev_unregister_timeout_secs=140 dummy_hcd.num=8"]
+ - CMDLINE: [append, "smp.csd_lock_timeout=100000 watchdog_thresh=55 workqueue.watchdog_thresh=140 sysctl.net.core.netdev_unregister_timeout_secs=140 dummy_hcd.num=32 max_loop=32 nbds_max=32"]
# Deterministic hang/stall detection.
# Without careful tuning the same hang/stall can be detected in multiple, radically-different ways.
# For example, an infinite loop can be detected as CPU stall, RCU stall, hung task or workqueue stall.