Skip to content

Commit

Permalink
Adjust stack size of worker threads
Browse files Browse the repository at this point in the history
  • Loading branch information
tlm365 committed Jan 16, 2025
1 parent c512c76 commit d3805b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions datafusion/sqllogictest/bin/sqllogictests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ const SQLITE_PREFIX: &str = "sqlite";
pub fn main() -> Result<()> {
tokio::runtime::Builder::new_multi_thread()
.enable_all()
.thread_stack_size(4 * 1024 * 1024)
.build()?
.block_on(run_tests())
}
Expand Down

0 comments on commit d3805b2

Please sign in to comment.