Skip to content

Commit 04d9e57

Browse files
committed
samples: embassy: Increase task pool size
On 64-bit targets, the task Futures are larger, and the chosen pool size is not adequate. Increase to 2k, which still should fit in the memory constraints on all targets, but not just fail immediately on 64-bit targets. Signed-off-by: David Brown <[email protected]>
1 parent eae89bc commit 04d9e57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/embassy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ version = "0.7.0"
2323
# path = "../../embassy/embassy-executor"
2424
features = [
2525
"log",
26-
"task-arena-size-1024",
26+
"task-arena-size-2048",
2727
]
2828

2929
[dependencies.embassy-futures]

0 commit comments

Comments
 (0)