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
There was some work in/in advance of O4 to reduce the memory burden of plotting jobs when reading in the [HUGE] HDF_TRIGGER_MERGE files (often done via the coincident files).
However, there are still a small number of jobs that are using a large amount of memory (the following example probably is from a poorly tuned workflow, but you get the idea):
So in particular plot_singles, plot_hist, plot_snrchi and page_coi... (whatever that one is!) should be looked at to see if they can have memory footprint reduced. Assigning to Gareth, but others might want to take this on!
The text was updated successfully, but these errors were encountered:
To close this out, the PRs I could find to solve this issue in the mentioned files are: plot_singles(#4545), plot_hist (#4545), plot_snrchi (#4729) and page_coinc_snrchi (#4764)
There was some work in/in advance of O4 to reduce the memory burden of plotting jobs when reading in the [HUGE] HDF_TRIGGER_MERGE files (often done via the coincident files).
However, there are still a small number of jobs that are using a large amount of memory (the following example probably is from a poorly tuned workflow, but you get the idea):
So in particular
plot_singles
,plot_hist
,plot_snrchi
andpage_coi...
(whatever that one is!) should be looked at to see if they can have memory footprint reduced. Assigning to Gareth, but others might want to take this on!The text was updated successfully, but these errors were encountered: