You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Candidate selectors are using the full PID tables with a fine n_sigma granularity which is not needed.
Using the lite PID tables with reduced granularity might reduce the memory consumption of jobs including the selectors.
Solution:
Replace pidTPCFull... with pidTPC... in BigTracksPID
Problem:
Candidate selectors are using the full PID tables with a fine n_sigma granularity which is not needed.
Using the lite PID tables with reduced granularity might reduce the memory consumption of jobs including the selectors.
Solution:
pidTPCFull...
withpidTPC...
inBigTracksPID
o2-analysis-pid-tpc-full
witho2-analysis-pid-tpc
in config_tasks.sh, workflows.ymlThe text was updated successfully, but these errors were encountered: