Skip to content

Commit

Permalink
Reduce default max memory to 12GB
Browse files Browse the repository at this point in the history
  • Loading branch information
mpuccio authored and shahor02 committed Apr 19, 2022
1 parent 9ed3947 commit 185f962
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ struct TrackingParameters {
float CellDeltaTanLambdaSigma = 0.007f;
/// Fitter parameters
bool UseMatBudLUT = false;
unsigned long MaxMemory = 32000000000UL;
unsigned long MaxMemory = 12000000000UL;
std::array<float, 2> FitIterationMaxChi2 = {50, 20};
};

Expand Down

0 comments on commit 185f962

Please sign in to comment.