Bump up the stack utilisation
This commit is contained in:
parent
46ef8ef596
commit
0319ece0ab
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ mod dev_att;
|
||||||
#[cfg(feature = "std")]
|
#[cfg(feature = "std")]
|
||||||
fn main() -> Result<(), Error> {
|
fn main() -> Result<(), Error> {
|
||||||
let thread = std::thread::Builder::new()
|
let thread = std::thread::Builder::new()
|
||||||
.stack_size(150 * 1024)
|
.stack_size(160 * 1024)
|
||||||
.spawn(run)
|
.spawn(run)
|
||||||
.unwrap();
|
.unwrap();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue