Commit 2b62d5e
committed
fix(cli): Increase Tokio thread stack size
Set runtime thread stacks to 16 MiB to avoid stack overflow in the
agent execution and configuration update path in debug builds.
The outer CLI thread's stack size does not apply to runtime threads.
Linux CI probes failed twice with the default stack and passed twice
with 16 MiB. Local cargo check --locked -p openbitfun-cli passes.1 parent 8304b9d commit 2b62d5e
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1714 | 1714 | | |
1715 | 1715 | | |
1716 | 1716 | | |
| 1717 | + | |
| 1718 | + | |
| 1719 | + | |
1717 | 1720 | | |
1718 | 1721 | | |
1719 | 1722 | | |
| |||
0 commit comments