From 3fd4a86f3f8adfcfba5c642babd90bb4f5eecd3c Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 22 Oct 2024 10:22:20 +0200 Subject: dashboard/config/linux: increase number of devices to 32 --- dashboard/config/linux/bits/timeouts_native.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dashboard/config/linux/bits/timeouts_native.yml') 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. -- cgit mrf-deployment