Skip to content

Commit

Permalink
reduce banking capacity (#3114)
Browse files Browse the repository at this point in the history
  • Loading branch information
apfitzge authored Oct 17, 2024
1 parent 657052f commit aa9d5b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/banking_stage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ mod transaction_scheduler;
// Fixed thread size seems to be fastest on GCP setup
pub const NUM_THREADS: u32 = 6;

const TOTAL_BUFFERED_PACKETS: usize = 700_000;
const TOTAL_BUFFERED_PACKETS: usize = 100_000;

const NUM_VOTE_PROCESSING_THREADS: u32 = 2;
const MIN_THREADS_BANKING: u32 = 1;
Expand Down

0 comments on commit aa9d5b4

Please sign in to comment.