Skip to content

Commit 185f962

Browse files
mpuccioshahor02
authored andcommitted
Reduce default max memory to 12GB
1 parent 9ed3947 commit 185f962

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Detectors/ITSMFT/ITS/tracking/include/ITStracking/Configuration.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ struct TrackingParameters {
7676
float CellDeltaTanLambdaSigma = 0.007f;
7777
/// Fitter parameters
7878
bool UseMatBudLUT = false;
79-
unsigned long MaxMemory = 32000000000UL;
79+
unsigned long MaxMemory = 12000000000UL;
8080
std::array<float, 2> FitIterationMaxChi2 = {50, 20};
8181
};
8282

0 commit comments

Comments
 (0)