Skip to content

Commit

Permalink
shrink queue size
Browse files Browse the repository at this point in the history
  • Loading branch information
Demuirgos committed Nov 1, 2024
1 parent 1cf9ee9 commit ceb5ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Nethermind/Nethermind.Evm/VirtualMachine.cs
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ public VirtualMachine(
IsJitEnabled = true,
BakeInTracingInJitMode = true,
AggressiveJitMode = true,
AnalysisQueueMaxSize = 4
AnalysisQueueMaxSize = 2
};
}

Expand Down

0 comments on commit ceb5ca9

Please sign in to comment.