Skip to content

AthenaPoolCnvSvc+OutputStreamAthenaPool: Update default AutoFlush settings for residual derived data formats

Currently, when using SharedWriter w/ parallel compression, we default to using an event based AutoFlush setting of 500 (except for PHYS, PHYSLITE, and PHYSVAL, all of which have their own values). Especially for CP samples, this can be too generous. Therefore, tighten these for the time being to 100 events for any DAOD product other than those that are explicitly mentioned above, and go as low as 10 events to catch anything else (there ideally shouldn't be any but just in case). This should help reduce the memory usage of DAOD production jobs for the CP samples.

cc: @gemmeren @jcatmore @calpigia

Merge request reports