Skip to content

Commit

Permalink
concurrent native host
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed Oct 3, 2024
1 parent bbac83c commit cf050d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/utils/bin/cost_estimator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ async fn run_native_data_generation(
data_fetcher: &OPSuccinctDataFetcher,
split_ranges: &[SpanBatchRange],
) -> Vec<BatchHostCli> {
const CONCURRENT_NATIVE_HOST_RUNNERS: usize = 5;
const CONCURRENT_NATIVE_HOST_RUNNERS: usize = 15;

// Split the entire range into chunks of size CONCURRENT_NATIVE_HOST_RUNNERS and process chunks
// serially. Generate witnesses within each chunk in parallel. This prevents the RPC from
Expand Down

0 comments on commit cf050d0

Please sign in to comment.