]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
reduced default max entries for merging to avoid problems with memory
authormkrzewic <mkrzewic@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 22 Jan 2013 12:58:17 +0000 (12:58 +0000)
committermkrzewic <mkrzewic@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 22 Jan 2013 12:58:17 +0000 (12:58 +0000)
PWGPP/TPC/AliPerformanceRes.cxx

index 60b4c669c1292d0df5954901d7af5c3b7912840b..6f9b941f9d8def4433aa62b91e27518a29b153b4 100644 (file)
@@ -59,7 +59,7 @@
 using namespace std;
 
 ClassImp(AliPerformanceRes)
 using namespace std;
 
 ClassImp(AliPerformanceRes)
-Double_t          AliPerformanceRes::fgkMergeEntriesCut=50000000.; //5*10**7 tracks
+Double_t          AliPerformanceRes::fgkMergeEntriesCut=5000000.; //5*10**6 tracks (small default to keep default memory foorprint low)
 
 //_____________________________________________________________________________
 AliPerformanceRes::AliPerformanceRes():
 
 //_____________________________________________________________________________
 AliPerformanceRes::AliPerformanceRes():