aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/config/linux/bits/timeouts_native.yml
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2024-10-22 10:22:20 +0200
committerDmitry Vyukov <dvyukov@google.com>2024-10-24 09:34:38 +0000
commit3fd4a86f3f8adfcfba5c642babd90bb4f5eecd3c (patch)
treec1a275b4a342ce0779c49f5a1938d07c209629a9 /dashboard/config/linux/bits/timeouts_native.yml
parent0d144d1a990dd507ca7c595b21a5fa13d22161a0 (diff)
dashboard/config/linux: increase number of devices to 32
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.