diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2024-10-22 10:22:20 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2024-10-24 09:34:38 +0000 |
| commit | 3fd4a86f3f8adfcfba5c642babd90bb4f5eecd3c (patch) | |
| tree | c1a275b4a342ce0779c49f5a1938d07c209629a9 /dashboard/config/linux/bits/timeouts_emu.yml | |
| parent | 0d144d1a990dd507ca7c595b21a5fa13d22161a0 (diff) | |
dashboard/config/linux: increase number of devices to 32
Diffstat (limited to 'dashboard/config/linux/bits/timeouts_emu.yml')
| -rw-r--r-- | dashboard/config/linux/bits/timeouts_emu.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/config/linux/bits/timeouts_emu.yml b/dashboard/config/linux/bits/timeouts_emu.yml index b72d369a6..c8f4b01d0 100644 --- a/dashboard/config/linux/bits/timeouts_emu.yml +++ b/dashboard/config/linux/bits/timeouts_emu.yml @@ -4,7 +4,7 @@ config: # We reduce number of vivid/netrom/rose/hcd devices to 2 because we use at most 2 procs # with emulation and creating these devices takes time during boot. - - CMDLINE: [append, "smp.csd_lock_timeout=300000 watchdog_thresh=165 workqueue.watchdog_thresh=420 sysctl.net.core.netdev_unregister_timeout_secs=420 dummy_hcd.num=2"] + - CMDLINE: [append, "smp.csd_lock_timeout=300000 watchdog_thresh=165 workqueue.watchdog_thresh=420 sysctl.net.core.netdev_unregister_timeout_secs=420 dummy_hcd.num=2 max_loop=2 nbds_max=2"] # See the comment in x86_64.yml re these numbers. - RCU_CPU_STALL_TIMEOUT: 300 - DEFAULT_HUNG_TASK_TIMEOUT: [420, -nonoise, -kmsan, -kcsan, -kmemleak] |
